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 downloaded the software can I try it before purchasing it. For some reason it doesn't let me?
A: Yes you can try it for 7 days. Make sure you have javascript enabled and a current browser. After 7 days functions will be disabled.
Question and Answer Item 290 - Browse All Question and Answer Items
Q: I have added my form inside our Miva Merchant Store, the form works fine, however only the default Thank You message works. What we are wanting is a redirect to the shopping basket URL. That url works great when entered in IE6 or Mozilla but when added to the Form or the Form Process Thanks You the same error appears in Mirva saying it is getting an unknown screen request... We are thinking the URL is being corrupted somehow in translation.
A: Be aware that the processing code adds a reason query where reason = the url of the page that the form was submitted from (see the Thank You section of the help file). So you are ending up with a query on a query ie 2 ? because the Mirva url you use already has a query parameter. The Thank You url should have no query appended to it ie no ?. Try setting the Thank You page as a html page and then using a redirect from this page to your shopping basket.
Question and Answer Item 291 - Browse All Question and Answer Items
Q: How do you set up radio buttons?
A: Using the designer form function for radio buttons the Field text to Display is what you what to show on the web page ie. Male or Female, the Field Name defines the group so for 2 radio buttons male female they will have the same field name ie Sex and the Field Value is the value you what delivered when that button is selected ie male or female. This will provide form code that includes something like <input type="radio" name="Sex" value="male"> and <input type="radio" name="Sex" value="female">
Question and Answer Item 292 - Browse All Question and Answer Items
Q: Is there information that explains specifics about using additional Field Type attributes ie radio buttons to provide specify selection.
A: For full details on how form fields function refer to a form tutorials some links are provided at https://bizpep.com/formcode.html .
Question and Answer Item 293 - Browse All Question and Answer Items
Q: Is there a way to build a drop down ?
A: A Select field type is a drop down (use the Designer Form function).
Question and Answer Item 294 - Browse All Question and Answer Items