Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cloudedyellow

    (@cloudedyellow)

    Well, you can exclude all “empty” fields as a default, or as you say use vfb_skip_empty_fields and specify each field individually.

    The issue with doing all empty fields in my opinion is that I personally would like to have empty fields appear in the email so I can tell they haven’t been filled in, and have the opportunity to do that myself manually, whereas hidden fields were never there in the first place, and therefore not needed in the email at all. We really need a global switch to exclude all “hidden” fields.

    If you do want to remove all empty fields as a default, edit line 196 in ../public_html/wp-content/plugins/visual-form-builder-pro/includes/<email.php in latest vfb release, changing false to true in the following line of code so it reads:-

    $skip_empties = apply_filters( ‘vfb_skip_empty_fields’, true, $form_id )

    Also, this file will be overwritten at every new release, so this method is not recommended.

    Trev

    Forum: Fixing WordPress
    In reply to: Youtube
    Thread Starter cloudedyellow

    (@cloudedyellow)

    Thank you wpismypuppet…..as you said it was a Youtube issue, and is now sorted.

    Forum: Fixing WordPress
    In reply to: Youtube
    Thread Starter cloudedyellow

    (@cloudedyellow)

    I am afraid this didnt work..

    the link https://img.youtube.com/vi/ZS3VsGKh8yA/3.jpg gave me the correct thumbnail when pasted into my browser, but when inserted in a WP page, it failed to recognise it.

    The URL I was previously using was https://youtu.be/ZS3VsGKh8yA, but even adding /3.jpg on the end doesn’t work.

    Forum: Fixing WordPress
    In reply to: Youtube
    Thread Starter cloudedyellow

    (@cloudedyellow)

Viewing 4 replies - 1 through 4 (of 4 total)