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 created additional fields to my form, 2 select fields and one password field, when I click submit and check my e-mail the select fields information do not appear in my mail. The password field is not appearing as well. What am I doing wrong?
A: For form fields to be delivered the field needs a name so you know what the data relates to ie name="First_Name". Currently you have no names in the additional fields ie input type="password" name="". Also keep in mind that if you have Deliver First Letter Upper Case Fields Only as set then only fields with names that start with an upper case letter will be delivered, ie Password not password. See the Help file for details.
Question and Answer Item 99 - Browse All Question and Answer Items
Q: Regarding the builder software, as long as someone has the access password, will they be able to access the form?
A: If you are referring to the Access Password feature yes, as long as someone has the access password they will be able to access the form.
Question and Answer Item 100 - Browse All Question and Answer Items
Q: If I have more than one form, is there a separate password for each form?
A: The password is set in the processing code of each form so it is separate, but you could set each the same if you wanted to.
Question and Answer Item 101 - Browse All Question and Answer Items
Q: Is there a general screen where users can enter one password and then choose which form they want to fill out?
A: Because the password uses Session Support once it is entered it will remain valid until a form is submitted. Therefore if you have a number of forms using the same password they will be accessible until a form is sent.
Question and Answer Item 102 - Browse All Question and Answer Items
Q: What exactly does predefined field structures mean? (i.e. user name?)
A: Basically a pre defined field is used in a certain way when set ie as the name of the user or subject of the email sent etc. See the Pre-Defined Fields section of the Help file for full details.
Question and Answer Item 103 - Browse All Question and Answer Items