Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Is there a way to change a type of a field in start chat?
I need to change the type of a custom field to select.
Example
<div class="form-group">
<label class="control-label" id="label-additional_admin_1">City *</label>
<input class="form-control" aria-labelledby="label-additional_admin_1" type="text" name="value_items_admin[1]" aria-required="true" required="" value="Test">
</div>
<div class="form-group">
<label class="control-label" id="label-additional_admin_1">City *</label>
<select class="form-control" aria-labelledby="label-additional_admin_1" name="value_items_admin[1]" aria-required="true" required="">
<option value=''>Select a City</option>
<option value='1'>City a</option>
<option value='2'>City b</option>
...
</select>
</div>
Offline
Hi and welcome in the live helper chat forum angelo.silva!
What you are asking is out of the scope of my free limited support,
you can refer to the commercial support (all info on my forum signature).
Thank you,
wish to you a nice time and week.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Have you looked into the custom field function in live helper chat?
https://livehelperchat.com/pre-filling- … -140a.html
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline