I want to pre fill one item in my form (Ticket Number). I know this is normally done in the URL but I cannot seem to get the URL code correct.
Here is the URL with the code I'm trying to use:
http://www.vertical-...Ticket%#=998759
The original page url is:
http://www.vertical-...view&page_id=50
Is there anyone that can help me understand what I'm doing wrong? I have tried using the label "elm_240" and also "form_values[240] in place of "Ticket%#".
Here are the form properties from the code:
<label for="elm_240" class="cm-required ">Ticket</label> <input id="elm_240" class="input-text" size="50" type="text" name="form_values[240]" value="" />
Thanks so much in advance if you can assist!