Position Opt-in Form

You didn’t read what I wrote in post #12? :stuck_out_tongue:

<input id="awf_field-56074203" type="text" name="name" class="text" value="" tabindex="500" [COLOR="#FF0000"]placeholder ="Your Name"[/COLOR]>

Anyhow, the placeholder text won’t work in all browsers, so you can use JS to cover all bases. So to start with, also add in a default value for each input, like so:

<input id="awf_field-56074203" type="text" name="name" class="text" [COLOR="#FF0000"]value="Your Name"[/COLOR] tabindex="500" [COLOR="#FF0000"]placeholder ="Your Name"[/COLOR]>

sookie,

Please enclose your code between code tags, like this:

[noparse]

[/noparse]
your code goes here
[noparse]

[/noparse]

You will find more information about posting code, images and more if you click the link at the bottom of my post (or Ralph’s post) and read the forum posting guidelines.

Thank you :slight_smile:

Hi Paul and Ralph,

Thanks so much for your help. I managed to finish the website. I really appreciate all the hard work you guys put in and for being patient with me. @Ronpat, I will code my links from now on. Thank you!

Great, glad you got a good result. Of course, don’t hesitate to come back if there’s anything else. :slight_smile: