Help is needed with initial configuration!
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #882
by admin
Ok,
CSLookup uses Javascript to replace initial fields with its lists with Country/State items. Initially it checks if there is a current value (USA and Colorado in my example). If so, when fields are replaced, these value are asigned as selected (in this way are preserved).
So, as example, the first time an user create his profile, there's no initial value. When he edit the existing profile, instead, his current Country and State are already selected.
I hope this makes sense for you.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #883
by admin
If you look at my example again, here is the initial HTML code that CSLookup replaces:
<form>
<table border="0">
<tbody>
<tr>
<td><select id="countrySelect" name="country"><option value="USA" selected="selected">USA</option></select></td>
<td><select id="stateSelect" name="state"><option value="Colorado" selected="selected">Colorado</option></select></td>
</tr>
</tbody>
</table>
</form>
As you can see, we have just one option for field, and is the initial selected one. These are preserved after fields are replaced.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
lrazov
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 7 months ago #908
by lrazov
So, there is no way to make an initial value to be pre-selected for new users? For example we know for sure that most of our site users come from the same country and we want this country to be pre-selected by default for new users. If this is not possible, how pity! It would be a nice-to-have feature. Maybe you consider this for future releases?
Thanks.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #909
by admin
There's no way to do this in the current version of CSLookup. If there will be a future release I will consider to add this feature. Thanks for your suggestion.
Kind regards,
Luigi
The following user(s) said Thank You: lrazov
Please Log in or Create an account to join the conversation.
Time to create page: 0.134 seconds