Is there an easy way to remove the "state" question from the form

Home Forums Calendar Products Community Events Is there an easy way to remove the "state" question from the form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #873951
    rxemarketing
    Participant

    Hi Guys,

    Is there an easy way to remove the “state” field from the add event form as its not relevant to my implementation.

    Also I want to change the label “Username” on your login page (Its email address across the site)

    #874259
    Brian
    Keymaster

    Hello,

    I can help you out here.

    I would say the easiest way to remove the State Field is to hide it using css:

    .tribe-community-event-info .venue label[for=StateProvinceText],
    .tribe-community-event-info .venue input#StateProvinceText
    .tribe-community-event-info .venue #StateProvinceSelect,
    .tribe-community-event-info .venue #StateProvinceSelect_chosen {
    display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Login Form
    We are using the basic WordPress function:

    wp_login_form();

    And unfortunately, there is not an option to filter that text or the arguments for function.

    There maybe a way to change Username, but that would have to be through WordPress.

    Let me know if you have any follow up questions.

    Thanks

    #877184
    rxemarketing
    Participant

    Thanks, I ended up editing the WP Login files in the end to make it happen

    #877314
    Brian
    Keymaster

    Great, glad you worked it out, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is there an easy way to remove the "state" question from the form’ is closed to new replies.