Hi All,
I have a skuid page that utilizes a Run Multiple Actions button used to save model changes on a number of models.
The page contains a contact model. There is some background functionality that requires all the contacts to have an email entered before saving.
I would like to find a way to have a popup appear if any of the contacts are missing an email address where the user could use the popup to fill in the email before proceeding to save.
Basically I need a button with the following logic:
If all emails are not blank: Save
If any email is blank: Open Popup
I have tried playing with section merge syntax and UI Formulas to use on a logic branch formula action kind of like this (with no success):
IF(
{{#Model.data}}
ISBLANK( {{Email}} )
{{/Model.data}}
,
True,
False
)
Does anyone know how this is achievable?
Question
How to Conditionally Activate a Popup Upon Clicking a Button
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
