• Resolved mrlennyman

    (@mrlennyman)


    Hi there,
    Thank you for a very effective and easy to use plugin. I have a quick query relating to moving the labels (First Name, Last name and Email, from above the input boxes, to inside them and onto the left hand side.
    I was playing around with the HTML but am not an expert and could not create the correct sequence of code to move the labels.

    Is this something you could possibly help me with please?
    Many thanks…

    https://wordpress.org/plugins/constant-contact-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MembershipWorks

    (@sourcefound)

    Hi mrlennyman,

    As an example, you would need to change:

    ‘<p><label>’.__(‘First Name’).'</label> <input type=”text” name=”fnm” class=”input”/></p>’

    to

    ‘<p><input type=”text” name=”fnm” class=”input” placeholder=”First Name”/></p>’

    Note that placeholders are not supported in all browsers.

    We do not recommend making such changes if you are not comfortable with HTML and PHP, since any errors you make while editing can cause you website to not load. Please make any changes at your own risk (and responsibility).

    Thread Starter mrlennyman

    (@mrlennyman)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving the labels inside and left of the input boxes’ is closed to new replies.