• Resolved pelyon

    (@pelyon)


    Hi Roland,
    I have two questions:

    1. I have more than one form with the latest PD (1.7.0.13), and having more than one “thanks email” and more than one “signup response email” would be great since the messaging needs to be slightly different. Is there a way to have more than one of each of these?

    2. As I have multiple forms, simulating multiple databases, I use the “type” field to distinguish each form. I have the “type” field in one field group that is in every form. My client wants to change this field group, to streamline it, which is fine. My concern is, will it alter the records of the existing records, or harm them in some way if I change this core field group?

    Thank you!

    -Jason Roberts

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Probably you can make the change to the field group without messing things up since the field names remain the same and usually, you’re checking for the name of the field and the group doesn’t matter.

    As to the multiple receipt emails, for that you need to write a script that looks at the submission and sends the appropriate email. I have an article that contains the core concept you’ll need to put that together:

    Sending an Email when a Record is Updated

    First, you’ll need to use a different filter: use ‘pdb-before_submit_signup’ instead of ‘pdb-before_submit_update’ (they both work the same way, just triggered under different circumstances) then, you just need to skip the part about checking for the approval and have it check for the record type, then send the appropriate email.

    The key to this is to disable the regular receipt email so your script will be handling all of the receipt emails.

Viewing 1 replies (of 1 total)
  • The topic ‘multiple sign up thank you pages’ is closed to new replies.