Hi,
i wrote a interface between chronoform and sobi pro. It works fine but for drop down lists one problem occurs.
I have a php string variable (extern script) which holds the selected option value from a sobi pro drop down list called $selected_value. I want to place the value of this variable in the selected-field in the form wizard so that the option value ist automatically selected in chronoform.
Variable from sobi pro:
$selected_value="blue";
Drop down list in chronoform:
blue="blue";
yellow="yellow;"
-> blue must be automatically selected
I can't write directly php code in the selected field in the form wizard for example:
Selected: <?php echo "$selected_value"; ?>
Is there a way to solve this problem?
thanks & regards!!
JM
i wrote a interface between chronoform and sobi pro. It works fine but for drop down lists one problem occurs.
I have a php string variable (extern script) which holds the selected option value from a sobi pro drop down list called $selected_value. I want to place the value of this variable in the selected-field in the form wizard so that the option value ist automatically selected in chronoform.
Variable from sobi pro:
$selected_value="blue";
Drop down list in chronoform:
blue="blue";
yellow="yellow;"
-> blue must be automatically selected
I can't write directly php code in the selected field in the form wizard for example:
Selected: <?php echo "$selected_value"; ?>
Is there a way to solve this problem?
thanks & regards!!
JM