valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 281 282 283 284 285 286 287 288 289 290 > >>
Questions & Answers
Q: I am having trouble with the Select option. When I make a selection in the field Month say I pick March, And I forget another field on the form that causes me to go to the Field missing page, when I return to form the Month select has reverted back to Month.
A: As outlined in the Help file you have to replace FIELDNAME and VALUENAME with the values that apply for your form. So your first option includes $name='Expire_Month';$value='January' instead of $name='FIELDNAME';$value='VALUENAME'. This should be set for all options.
Question and Answer Item 116 - Browse All Question and Answer Items
Q: My forms are looking pretty good, but I have one small issue, The form fields are not being sent in the order that they are in the form code. It appears the Radio button are always at the end, This also goes for required fields I have them in a certain order in the php code but the radio buttons are always checked last. Any thoughts ?
A: The default delivery order is set by the browser used to submit the form. To override this you can use the Alphabetically Sort Delivered Data by Form Field Name setting. When selected (checked) this will sort delivered form field data alphabetically by field name. For details refer to the Alphabetically Sort Delivered Data by Form Field Name of the Help file.
Question and Answer Item 117 - Browse All Question and Answer Items
Q: After I make a form it works for a few days then says that i need to register the form help!
A: For a form to not expire it must be built with a registered Form1 Builder. You can see the Form1 Builder registration status by clicking Registration in the top menu. If Form1 Builder is not registered when you build a form the form will expire. Any forms built with unregistered software must be rebuilt with registered software for the form not to expire.
Question and Answer Item 118 - Browse All Question and Answer Items
Q: I purchased your Form1 Builder Software to use in a client company site that I was hired to build. Everything works except for some reason email attachments are not working. Am I missing something? Did I miss a field or something? The form processes through fine, but any attachments that are added doesn't show up on the email. Any help would be greatly appreciated.
A: Make sure that file_uploads are set as on in the server php configuration and that you have followed the field requirements outlined in the File Attachment section of the Help file (I cannot see what you have set from the url as it is done server side ie php processing). Also make sure attachments are not being stripped/blocked by your email client.
Question and Answer Item 119 - Browse All Question and Answer Items
Q: I didn't see away to have a DROP DOWN data selection as a field type. Is this possible?
A: Yes you can use any form field you like simply set it up in your form. We use a drop down in our Contact Us form at https://bizpep.com/ContactUs.php .
Question and Answer Item 120 - Browse All Question and Answer Items