sparcsun
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fields in UPPER CASEResolved.
with javascript It was enough to force the “attributes” (into detail field) with this:
onBlur=”this.value=this.value.toUpperCase()”Forum: Plugins
In reply to: [Fast Secure Contact Form] Fields in UPPER CASEResolved.
with javascript It was enough to force the “attributes” (into detail field) with this:
onBlur=”this.value=this.value.toUpperCase()”Forum: Plugins
In reply to: [Fast Secure Contact Form] Fields in UPPER CASEHi, this:
div
{
text-transform:uppercase;
}
I tried to specify your code into the CSS INPUT (details field) but does not work. I don’t know if it should be added somewhere else.Thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fields in UPPER CASEHi,
Details Field–>
Input CSS:
style=”text-transform:uppercase;”.In this way, when the text is entered, it is automatically made in UPPER but the email is received in LOWER CASE (if the caps lock was not active).
Thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fields in UPPER CASEI have already tried to use the “text-transform: uppercase” but it does not work.
In fact, if during the compilation of form, the field is automatically converted to appear in UPPER CASE, the received mail containing the text to lower case!