The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Can you sequentially number form submissions
I am hoping to number for submissions sequentially so that I can send odd numbered submission to one email address and the even numbered submission to another email address.
Is this possible to do?
December 9, 2017 at 6:56 am
Yes. You can create an auto-increment field. Look for auto increment on this page for usage: https://formidableforms.com/knowledgebase/shortcodes/#kb-default-values
December 9, 2017 at 10:58 am
Thank you Victor.
I thought this would work but there is not an even/odd choice within the conditionals. Do you have a suggestion as how I could send alternate the sending of the notification emails to two different email addresses?
submission 1 - notification goes to emailaddress1
submission 2 - notification goes to email address2
submission3 - notification goes to emailaddress1
I thought I could put in a conditional if Field is odd send notification (addressed to email1)
if even send notification
Any suggestions would be appreciated.
December 9, 2017 at 11:42 am
I would use the frm_to_email hook and write custom PHP to handle the routing. http://community.formidableforms.com/knowledgebase/frm_to_email/
December 9, 2017 at 12:09 pm
Perfect!
Thank you
Discussion closed.