• Resolved gcordero

    (@gcordero)


    Hi
    I want to show a title “Register here” before the register form, and no the phrase “There are 2 register user” or something like this. I need only a fixed title. I disabled “include registrations availability message” and now I don’t have title for form. How can I do?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey gcordero,

    Try adding the following to the “Custom JavaScript” area found on the “Form” tab:

    jQuery('.rtec-form-wrapper').each(function() {
        var message = 'Registrar Aquí';
        jQuery(this).prepend('<h3>'+message+'</h3>');
    });

    You can change the ‘Registrar Aquí’ if you’d like.

    Let me know if you have more questions!

    – Craig

    Thread Starter gcordero

    (@gcordero)

    Thank you, but help me, where can I add Custom JS for Events Calendar. It’s no in template custom.

    Plugin Author roundupwp

    (@roundupwp)

    Hey again,

    This is meant to be added to a setting in the “Registrations for the Events Calendar” plugin. Go to Events -> Registrations and then click on the “Form” tab. You can scroll down and find this setting:

    https://snipboard.io/LdhUWy.jpg

    Thanks!

    – Craig

    Thread Starter gcordero

    (@gcordero)

    Thank you! it worked!

    Plugin Author roundupwp

    (@roundupwp)

    No problem!

    Have a great rest of your week.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘FORM TITLE’ is closed to new replies.