Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Contact form sending me spam messages #1000930

    I’m having this issue as well. I installed a Google Captcha plugin and it didn’t apply the captcha to the forms on the site? How do I apply this to them?

    in reply to: Custom Email Subject From Forms #950077

    Thanks Nikko, I see this works, but we are still missing one piece from the original question… This league name info needs to be appended to the SUBJECT from the admin area. So, if I typed “New League Signup” into the subject field in the admin area, I’d like the email to come through as: New League Signup – “League Name here”

    Nevermind… I went back and used the coding from another post to solve this:

    $subject = ‘New League Form – ‘ . urldecode($new_post[‘4_1’]);

    • This reply was modified 6 years, 6 months ago by davidm290.
    in reply to: Custom Email Subject From Forms #949112

    Hey Nikko,
    Thanks for looking into this, I”m going to leave a little more info in the private area as well.
    Thanks for your help.

    in reply to: Custom Email Subject From Forms #947062

    I just changed what you told me to:

    add_filter(‘avf_form_subject’,’avia_change_mail_subject’, 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params) {
    $subject = urldecode($new_post[‘4_1’]);
    return $subject;
    }

    The subject comes through with just what we have set for the subject field…
    E-Mail Subject
    You can define a custom Email Subject for your form here. If left empty the subject will be: New Message (sent by contact form at XXX)

    This field currently has “New League Inquiry”

    in reply to: Custom Email Subject From Forms #946655

    Hey Nikko,
    I feel like we are almost there. This seemed to act like it normally would, meaning it provided the subject that was set in the avia form builder, but it did not append the League Name field content the user types in.

    Thoughts?

    in reply to: Custom Email Subject From Forms #945588

    Hey Nikko,
    i tried this and I’m still no getting this to work. I used the following:

    add_filter(‘avf_form_subject’,’avia_change_mail_subject’, 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params) {
    $subject = urldecode($new_post[‘3_1’]);
    return $subject;
    }

    Except I changed…
    $subject = urldecode($new_post[‘3_1’]);
    to…
    $subject = urldecode($new_post[‘avia_4_1’]);

    I get (No Subject)

    I found this using the Developer Toolbar technique mentioned in one of those posts.
    I’m trying to get this working for a bunch of forms, but any chance you could help me get this working here first:
    Placing the link in private…

    • This reply was modified 6 years, 7 months ago by davidm290.
    in reply to: Contact form custom subject line #937790

    Jordan,
    I’m not much of a programmer here, so I’m wondering if there’s a way to something similar to what was documented HERE >, but instead have it use the FIRST and LAST name field to construct the subject line or if it is just a FULL NAME field, use that?

    Thanks

    in reply to: enfold 4.2 color video background broken #931571

    Thanks roeschke! How easy is it to back out of 4.2.6? I’ve never done this. And does doing so change all of the theme settings?

    • This reply was modified 6 years, 8 months ago by davidm290.
    in reply to: enfold 4.2 color video background broken #931501

    Could Someone please update us on the progress of this…. Seems we are going on about 5 months now.

Viewing 9 posts - 1 through 9 (of 9 total)