valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 101 102 103 104 105 106 107 108 109 110 > >>
Questions & Answers
Q: Please contact us for wage processing software
A: The only wage related software we have is Wage Calculator Excel, https://bizpep.com/WageCalculator.html but it is not a wage processing system.
Question and Answer Item 10853 - Browse All Question and Answer Items
Q: We need to have different subject lines for different events in the email sent. The subject line needs to be required.
A: If you want the Subject field to be a required field you need to set it in the Defined Required Form Fields . Log in and edit the optional Defined Required Form Fields variables. See https://bizpep.com/hosthelp.php#defrequired If you leave the Defined Subject Form Field as Subject then the field in your form must be named Subject. See https://bizpep.com/hosthelp.php#defsubject If you are using a select list and it has a default entry ie "Please select a subject" then you need to add this in the Defined As Empty Form Field Values . See https://bizpep.com/hosthelp.php#asempty Full details for all functions are provided in the Help file https://bizpep.com/hosthelp.php
Question and Answer Item 10852 - Browse All Question and Answer Items
Q: I want to create a form that when in comes into Goldmine via Webimport I can identify that it is a particular form (for example "Workshop Reservation" I want this to be hidden from the person filling it out....but I want to be able to update a field in goldmine so that I have a source. For example, I want to have different forms for different events and would like to be able to update a field without having it shown on the form.
A: Just added a hidden field to your form with the value set to what ever you want to call the form. Make the name of the field the same as a GoldMine field name and the value will be added to GoldMine. You could even make this the subject field if you wanted to? See https://bizpep.com/form1/ .
Question and Answer Item 10850 - Browse All Question and Answer Items
Q: Also, I can't seem to get the <input type="hidden" name="OnNewAttachTrack" value="Observer" /><input type="hidden" name="DataStart" /> to work. Where do I put this? I read that you put it before where the data starts but can't seem to get the "Observer" track to work. Also, I am new to all of this and am probably doing something wrong.
A: Set it up as per https://bizpep.com/form1/ , what you have seems correct. It should be in your form before any other form fields. If your webimport email includes the process and it appears before [Data] then it should be fine. As to GoldMine running the automated process this is a GoldMine issue and you would need to use GoldMine help to ensure GoldMine requirements are meet for the process to run. You can use the GoldMine test form to generate a web import email with automated processes to see the format your self.
Question and Answer Item 10851 - Browse All Question and Answer Items
Q: I know the data is carried through until the end when it is ultimately emailed. All I want to do is have some of the fields actually show up on successive forms.
A: If you have a multi page form running you can use the Maintaining Form Content feature to display the passed session variables on following pages. See the Help file https://bizpep.com/form1/ . So if you have the input text field on page 1 with the name "Name" then to display this on page 2 add the same input text field and set the value attribute to: <?php $name='Name';if(isset($_SESSION['Form1'][$name])){echo $_SESSION['Form1'][$name];}?>
Question and Answer Item 10849 - Browse All Question and Answer Items