Support

Account

Home Forums Feature Requests Post Title/Content Labels Reply To: Post Title/Content Labels

  • I’m not exactly sure how this is done, but you might be able to if you check for a specific field ID or Key within the form you targeting.

    if($field['id'] == 'field_xxxxxxxxxxx') {
        // execute your code
    }