Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hbic Friend
    #705869

    I have a contact page at http://162.242.220.38/joomla/index.php/contact-page

    The email field shows ‘mail’ and I would like it to show ’email’.

    pavit Moderator
    #705936

    Hi

    Try to edit this file templatesuberjsscript.js and change placeholder name

    // Add Placeholder form contact
    var formContact = $('.contact-form-1');
    if (formContact.length > 0) {
    $('#jform_contact_name', formContact).attr('placeholder','Name');
    $('#jform_contact_email', formContact).attr('placeholder','Mail');
    $('#jform_contact_emailmsg', formContact).attr('placeholder','Subject');
    $('#jform_contact_message', formContact).attr('placeholder','Write your message here');

    pavit Moderator
    #752202

    Hi

    Try to edit this file templatesuberjsscript.js and change placeholder name

    // Add Placeholder form contact
    var formContact = $('.contact-form-1');
    if (formContact.length > 0) {
    $('#jform_contact_name', formContact).attr('placeholder','Name');
    $('#jform_contact_email', formContact).attr('placeholder','Mail');
    $('#jform_contact_emailmsg', formContact).attr('placeholder','Subject');
    $('#jform_contact_message', formContact).attr('placeholder','Write your message here');

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum