valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10795
Questions & Answers
Q: Hi been using your form builder for a while now and all working fine want to know if it can pull variables from the url so I open the form.php file with pre-populated form fields. Is there a way to do this?
A: Yes, add quires to your url by adding a ? and then your key value pairs each separated by a & ie http://www.mydomain.com/?product=item1&name=fred etc. In your form file using a text editor add the value to each field to prepopulate as value="<?php echo $_GET['product'];?>" replacing the product with the required key as used in your url. This will result in a prepopulated form field value as passed by your url. This is similar to the method used to Maintain Form Content but without the sessions see https://bizpep.com/form1/ .
Question and Answer Item 10795 - Browse All Question and Answer Items