“By using this procedure, the email addresses are revealed over the Internet and this is not good.”
But what if we just want to deal with the U.S. states, e.g.”Alabama|AL” “Alaska|AK”
which is nothing to do with safety.
Is there any way to get the value of that select box before submitting the form?
Thanks!
Here’s the example page for your reference.
I used the default contact form, and set some HTML before name field, set email field to follow previous. Now I want to make name field aligned with email field properly.
I mean the problem happened in two-column style.
The field in the first column is set HTML before, the field in the second column can’t be horizontally aligned with the first field.
My temp workaround is, add the same HTML before the second field but set the HTML’s visibility to hidden. I believe there’s a better solution.