Hi there,
chronoforms has always 2 query strings in the form action element "url?chronoform=form_name&event=submit".
how can i change this to hidden fields?
example:
thanks
Rene
chronoforms has always 2 query strings in the form action element "url?chronoform=form_name&event=submit".
how can i change this to hidden fields?
example:
<input type="hidden" name="chronoform" value="form_name">
<input type="hidden" name="event" value="submit">
thanks
Rene