• Hello UM,

    Very useful plugin in membership way.
    can we override the html output of the form fields.
    I am wanted the login form username and password fields html should be output html as

    <div class=”input-fields col s6″>
    <input id=”username” type=”text” class=”username validate”>
    <label for=”username”>User Name</label>
    </div>

    Hope to hear back from you soon

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @waheed146,

    Yes, you can create your own templates for Ultimate member pages, however, this would require some custom coding.
    You can check additional info here.
    If you are not sure how to do it I suggest hiring a developer for assistance.

    Regards.

    Thread Starter waheed146

    (@waheed146)

    this is not the answer of my question. I know about the template
    I am only looking for hook i can use to customize the required field i can reconstruct.
    like a username field must be in html like
    <div class=”someclass”>
    <input>
    <label></label>
    </div>

    please notice label just after the input field.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘form fields override html output’ is closed to new replies.