Can somebody tell me how to create a menu, I cant do it
If I link directly from new menu item I can select only chrono forms, but not individual form
here is my form
http://74.85.10.112/index.php/component/option,com_chronocontact/chronoformname,employmentform/lang,en/
Also what exactly need I do to be able to upload files, it is kind of confusing
If I link directly from new menu item I can select only chrono forms, but not individual form
here is my form
http://74.85.10.112/index.php/component/option,com_chronocontact/chronoformname,employmentform/lang,en/
Also what exactly need I do to be able to upload files, it is kind of confusing
Hi garfiola,
When you create a new ChronoForms menu item you can enter the form name in the Parameters box - see the image below.
You appear to have form tags around every field in your form
Please say more about your problem with file uploads. You have a 'button' input there but no 'file' input.
Bob
When you create a new ChronoForms menu item you can enter the form name in the Parameters box - see the image below.
You appear to have form tags around every field in your form
<form action="" method="post" name="form9">
From
<input id="If Yes, when? From" type="text" name="If Yes, when? From"/>
<br/>
To
<input id="If Yes, when? To" type="text" name="If Yes, when? To"/>
</form>Please remove them as they will break the form; and you are not allowed to have spaces or special characters in field names or ids
From
<input id="from" type="text" name="from" />
<br/>
To
<input id="to" type="text" name="to" />Please say more about your problem with file uploads. You have a 'button' input there but no 'file' input.
Bob
This topic is locked and no more replies can be posted.
