valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 251 252 253 254 255 256 257 258 259 260 > >>
Questions & Answers
Q: I no longer have the same DSL service that I registered my software with. My software does not work. What do I need to do?
A: What does not work your built forms? When you build a form it is designed to run with the registered domain this ensures that the script can not be run by others. If you are now running forms on a different domain you will need to build the form using software registered for that domain. Details on upgrading your registration to add domains is provided at https://bizpep.com/upgrade.php . If I misunderstood your question send me more information ie what does or does not work?
Question and Answer Item 323 - Browse All Question and Answer Items
Q: I can not activate Form Builder Software?
A: We have just released a new Form1 Builder version and registration details will only work with the latest version. It is possible you have the previous version. Please download and install from https://bizpep.com/form1/ Your registration details will work with this version.
Question and Answer Item 324 - Browse All Question and Answer Items
Q: We need an HTTP form mail solution for a web site we're building. But here's the rub. We have a searchable database that can bring back any of 1120 people. We have an icon next to each name that says "Click to email." We want an HTML form mail that will take the data value for the user's email address, embed it in a form for the end user to fill out, and let the end-user submit the form -- without being able to see the recipient's email address. So it is not a hard-coded HTML page. The value of the email address being sent to will vary depending on the search query. Do you think your product could do this? It would need to be able to read the query result for the user's email and then generate a form that concealed the recipient address. Basically we have an online member directory and want members to be able to email other members. But we do not want people harvesting email addresses.
A: Using Form1 you can sent the Delivery Email with 2 hidden fields. This can be used to set the users email address from your database, it does not display the email address and it is not included in the form code as an email address only the components of the email address. You would need some script to extract and add the email components to the form. Another (better) option would be to pass an id number in the form or as a query in the url and then add some processing script to the form to return the required email address from the database. This has the advantage that only the id number is ever available to users never any other details. This would required additional development work to implement and depend upon your database interface.
Question and Answer Item 325 - Browse All Question and Answer Items
Q: On my form, I will have a confirm email address entry. How will form1 compare the 2 entries to make sure they are the same?
A: It won't. Each entry will have a different field name and be treated as separate information. It would be possible to add this feature with further script development or you could do it using JavaScript in your form.
Question and Answer Item 326 - Browse All Question and Answer Items
Q: I have not tried this yet, but I am assuming that you can have a user point to a url from a returning thank you message?
A: Yes use the Thank You URL under Messages in Optional Variables.
Question and Answer Item 327 - Browse All Question and Answer Items