This topic is locked

Parameter form

3/9/2007 7:48:59 AM
PHPRunner General questions
D
dcrera author

Hi,
I want to create a parameter form with 3 input fields and a few buttons to redirect to a specific form using the inputs field as a parameter to the called form, any ideas on how I can achieve this ? also I want to hide one field depending on what was entered in input fields 1 and 2
Thanks

J
Jane 3/9/2007

Hi,
to redirect to another page depending on values in your fields use if ... then clause and Redirect to another page sample event in the Before record added event on the Events tab.
Regarding the second question.

This task can be accomplished using some JavaScript script. However we don't have a ready to go solution for this.