We have a form where a respondent’s email could come from a hidden field or from an actual form input field.
When I recall this information to do a redirect (for example), it should be possible to say ause @hidden email, or if empty use @inputField]. This could be solved directly in the @ recall feature or via variables, but it’s a no brainer to add as a feature.
Right now I would need to duplicate the entire screen and create logic steps to show the correct screen based on what values I have available. For complicated forms this becomes a complete mess to manage.