• Hello, thanks for the handy plugin!

    Unfortunately setting the field as required does not work.

    Your code that generates the field seems to set it as empty every time regardless of chosen settings:

    in function get_field_input:

    $required_attribute = “”;

    Possible to get a fix published?

Viewing 2 replies - 1 through 2 (of 2 total)
  • webteam7

    (@webteam7)

    Yeah, I was facing the same problem. you have to Enable
    allow_url_fopen = On in php.ini

    Thread Starter Jackson Whelan

    (@madjax)

    @webteam7 I think we have different problems. Mine relates to a variable being hard coded as null in the get_field_input function. allow_url_fopen has no bearing on this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Required Field Functionality Does Not Work’ is closed to new replies.