• Resolved ngwp

    (@ngwp)


    Hello.

    WordPress: Ver.6.0
    Contact Form 7: Ver.5.6

    I set as below.

    <label>Your name[text* your-name] </label>
    
    <label>Your email[email* your-email] </label>
    
    Which do you like ?
    [radio radio use_label_element default:1 "Dog" "Cat"]
    
    [submit "Submit"]

    Then I change the value of radio button, “Please fill out this field.” is shown on both text fields.

    It is not what I intend because the message must be shown when I click a submit button.

    When I switch the order as below, it does not happen.

    
    Which do you like ?
    [radio radio use_label_element default:1 "Dog" "Cat"]
    
    <label>Your name[text* your-name] </label>
    
    <label>Your email[email* your-email] </label>
    
    [submit "Submit"]

    A similar thing occurs with checkbox.

    Could you give me some advice?

    • This topic was modified 2 years, 5 months ago by ngwp.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Is the validation running at an unintended timing ?’ is closed to new replies.