Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2017-06-07 19:03:33

angelo.silva
Member
Registered: 2017-06-07
Posts: 3

How can I change a text input in start chat to select input?

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&nbsp;*</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&nbsp;*</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

#2 2017-06-07 19:23:51

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: How can I change a text input in start chat to select input?

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.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2017-06-07 19:25:34

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: How can I change a text input in start chat to select input?

Have you looked into the custom field function in live helper chat?
https://livehelperchat.com/pre-filling- … -140a.html


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer