Support

Account

Home Forums Front-end Issues If statement based on field type Reply To: If statement based on field type

  • Would it be possible to use an if statement like:

        if( $value == 'yes' ) {
    //post the value
    

    ??

    Or would it need to call an array first then use a $yes as the code?