Jump to content
  • 0

Destination on submit


KG360

Question

Hello,

I have radio buttons to allow users to select what to do after submission of a form, submit another or go to a report. I would like that when the user does not make a selection, they get the default submission message with a bunch of links. 

Does anyone know how to accomplish that?

KG

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi @KG360 - you can use a Virtual Field with a Form Element of Calculated Value to check if the radio buttons are empty/do not have a selection. Here's a sample formula:

CASE WHEN [@field:Radio_button] IS NULL
THEN 'LINK1'
ELSE 'LINK2'
END

After the formula, you can select the Virtual Field in Destination Options. For workflow, you can check this post: 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...