I have set the default county in the database to "US" and yet it still goes to "Select it." Anyone know a solution? See below for sample images:
(Sorry for how small - only way to fit in forum)
I have set the default county in the database to "US" and yet it still goes to "Select it." Anyone know a solution? See below for sample images:
(Sorry for how small - only way to fit in forum) |
Any ideas? |
? |
Default Value in Builders (of fields) just mean not autoselecting this value, but just possibility to not fill this field and after joining this value will automatically applied |
That is a bug- users would have no way of know that. rob |
Yes, there is a way for the user to know that... You can change the text string that pop up when the mouse pointer is over the (i) image... ;-) Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Hi Michel, - Can you help us with this? - I tried the editing in the predefined fields..but with no luck. - This is the advice that is being given and it doesn't work. - http://www.boonex.com/unity/forums/?action=goto&topic_id=Country-List - http://www.boonex.com/unity/forums/#topic/How-to-make-United-States-at-top-of-list-.htm - Thanks.... - Rumpy feel free to jump in...(You see I have been using the search...there are just no working answers.) - Yes, there is a way for the user to know that... You can change the text string that pop up when the mouse pointer is over the (i) image... ;-) |
<select class="input_select" name="Country[0]">
<option selected="selected" value="">Select it</option>
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
The above highlighted line from the finished join.php is what needs to be set as shown below but I’ll be phucked if I can find what sets or calls it in all this elegant code! <option selected="selected" value="US">United States</option>
If someone knows please post it ..... I have Admin > settings > Builders > Fields Builder > Country > Advanced > Default Value: set to US but it DOES NOT MATTER, the country field remains the same on the join page ..... YEAH Lorren!!! |
I just make mine in predefined values US -United States quick easy no code bangin....US is at top...well only Canada is a little higher on the map I have video tutorials to help you mrpowless.com |
I just make mine in predefined values US -United States quick easy no code bangin....US is at top...well only Canada is a little higher on the map Naaaaaa ..... The list when displayed still sorts alpha ..... (join.php, etc) |
MRPowless... - I guess you will just have to spell it out for us... - ~~ L - I just make mine in predefined values US -United States quick easy no code bangin....US is at top...well only Canada is a little higher on the map |