Forum Replies Created
- AuthorPosts
ajpinto
Participantfound 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.
ajpinto
Participanti managed to work it out! thanks!
ajpinto
Participantawesome! thank you! i cant wait to see what you guys have been cooking up 🙂
ajpinto
Participantthats exciting news ally! is it possible to beta test it? if so, id love to do that!
ajpinto
Participantgreat! 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?
ajpinto
Participantthanks 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.
ajpinto
Participantthat 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.
ajpinto
ParticipantI 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.
ajpinto
Participantseriously? nothing? anyone? bueller… bueller?
ajpinto
ParticipantHi 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.ajpinto
ParticipantWhen you have many choices, a multi select list is much easier to organize and navigate through than about 20-30 checkboxes.
ajpinto
ParticipantHi 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.ajpinto
ParticipantHello 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
ajpinto
ParticipantHi Ally,
Where is the location of the process.php file? I am having difficulty locating it.
Thank you,
AJajpinto
Participanthttp://isimplifyme.com/contact/
feel free to do whatever testing is needed- This reply was modified 8 years, 2 months ago by
- AuthorPosts