Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Run code after sending notification? #20991
    ajpinto
    Participant

    found a solution!

    anyone looking to run a script after a successful send operation, here is an example solution:

    function my_after_success_function($successMessage, $this) {
    // Do something here
    return $successMessage;
    }
    add_filter('iphorm_success_message_1', 'my_after_success_function', 10, 3); // replace '1' with the number of the form you wish to target

    • This reply was modified 8 years, 2 months ago by ajpinto.
    in reply to: Output and attach XML file to form submission. #20973
    ajpinto
    Participant

    i managed to work it out! thanks!

    in reply to: Latest Version? #20500
    ajpinto
    Participant

    awesome! thank you! i cant wait to see what you guys have been cooking up 🙂

    in reply to: Latest Version? #20498
    ajpinto
    Participant

    thats exciting news ally! is it possible to beta test it? if so, id love to do that!

    in reply to: Latest Version? #20495
    ajpinto
    Participant

    great! so just to confirm, as an example… theres a question on page 10, if the user answers ‘yes,’ they move on to page 11, if they answer ‘no,’ they jump to page 16. will that be possible?

    in reply to: Latest Version? #20485
    ajpinto
    Participant

    thanks ally! for multi page forms, will there be skip logic functionality similar to survey monkey? with survey monkey, users can skip entire pages, even if they contain required fields, and they can skip multiple pages, depending on answers to various questions.

    in reply to: Option Group #20371
    ajpinto
    Participant

    that solution occurred to me, but it conflicts with my end goal. i added a dynamic default choice so physicians could use the appointment link for patients setting up an appointment with their name pre-populated. adding additional drop downs for each specialities complicates this greatly. I know its still possible, but it’s far more work and much more difficult.

    i have to be honest, as a developer myself, im kinda disappointed that a standard (and old) functionality such as this is not supported by your plugin.

    in reply to: Option Group #20361
    ajpinto
    Participant

    I have a list of physicians grouped by specialty. I need to duplicate this organization scheme in the drop down menu so users can easily locate their desired physician by specialty.

    in reply to: Add attachments to autoreply email #19503
    ajpinto
    Participant

    seriously? nothing? anyone? bueller… bueller?

    in reply to: Honeypot Captcha does not catch spam #13315
    ajpinto
    Participant

    Hi Ally,
    I have a couple ideas:
    1) Using a more innocuous field name/label so bots think they’re entering data into a normal field.
    2) Somehow trick the bot into thinking the field is required so it fills out the field.

    in reply to: Is multi select possible? #4586
    ajpinto
    Participant

    When you have many choices, a multi select list is much easier to organize and navigate through than about 20-30 checkboxes.

    in reply to: Form hangs on submit #4508
    ajpinto
    Participant

    Hi Ally,
    I know both standards allow multiple recipients, I simply meant that the functionality is not present in the plug-in, or at the very least, I havent been able to locate it. For the site we showed you, we are hosting it ourselves, but I am not sure where to look to change the 1 minute delay. Other sites we have created that are hosted on various servers such as GoDaddy or WP Engine still experience the delay. I doubt GoDaddy will be very cooperative about making changes, but I will try with WP Engine.

    in reply to: Form hangs on submit #4500
    ajpinto
    Participant

    Hello Ally,
    Ok, I’ve made the change and it does indeed send instantly. I’m currently using the global setting which is the PHP mail() function. For most applications, this is fine, but there are some instances where we are sending form results to multiple email addresses. Thoughts?

    AJ

    in reply to: Form hangs on submit #4475
    ajpinto
    Participant

    Hi Ally,
    Where is the location of the process.php file? I am having difficulty locating it.
    Thank you,
    AJ

    in reply to: Form hangs on submit #4458
    ajpinto
    Participant

    http://isimplifyme.com/contact/
    feel free to do whatever testing is needed

Viewing 15 posts - 1 through 15 (of 15 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy