Question
Option value selected=selected in a form
Hello everyone,
I have a form with a Country select field. The first option is at follows:
<option value="">Select...</option>
What I need in reality is:
<option selected="selected" value="">Select...</option>
I've clicked on the Default checkbox within the Editor, without success.

I think this can be done via some simple JS script, but is there a way to avoid that and do it from the Editor?
Thanks,
Yavor