Hi! First I like to thanks for this awesome extension for joomla.
I need to perform multi-page forms but depending on the selected options on radio buttons... it has to redirect to one or other form... I think this is not able with multi-page plugin so i need to add some code to my submit button... adding a switch.. but I don't know how exactly do this...
maybe somewhere in here
"<div class="form_item">
<div class="form_element cf_button">
<input value="Siguiente" name="button_3" type="submit" />
</div>
<div class="cfclear"> </div>
"
but how can i retrieve selected values for some radio buttons??
thanks for advance !!
I need to perform multi-page forms but depending on the selected options on radio buttons... it has to redirect to one or other form... I think this is not able with multi-page plugin so i need to add some code to my submit button... adding a switch.. but I don't know how exactly do this...
maybe somewhere in here
"<div class="form_item">
<div class="form_element cf_button">
<input value="Siguiente" name="button_3" type="submit" />
</div>
<div class="cfclear"> </div>
"
but how can i retrieve selected values for some radio buttons??
thanks for advance !!