Two highly requested features have been added into this beta release: multiple file uploads and unlimited email messages with email routing (finally!).
Multiple file upload can be enabled by opening the field options for any upload field and checking the box to "allow multiple files to be uploaded to this field". This will enable a file upload similar to the one seen in our help desk.
These images can be shown in custom displays in a couple of different ways. First, the simple option that automatically adds the HTML to show an image:
[25 html=1]
Alternatively, you can customize this HTML in an advanced way with something like this:
<img src="[25 sep='" /><img src="']" />
The email notifications are in the same place as before, but are formatted a bit differently to match the updated custom display format with the list of fields in the sidebar instead of in drop downs above each field.
We are excited about these changes and the elimination of more custom code that we have been recommending for conditional email routing. Please let us know in the help desk if you run into any issues.
Download and manually install
rgkeenan says
Hooray!
VM says
Nice to see these new feature. Please provide guidance, if i already have a single file upload, but would like to replace it with multi upload, to prevent data loss.
Well done!
Stephanie Wells says
Check the box in the field options to "allow multiple files to be uploaded to this field."
joecap1 says
How would you setup a form to send an email to a person that checks "Yes" in a form....If they check "No", no email is sent?
Stephanie Wells says
Add conditional logic to the email to send if your checkbox field is equal to "yes".