How can I trigger different workflows based on a radio button selection?
i have form has standard fields , set of radio buttons. pulling in values of 2 different worklows on each button shown below.
<input type="radio" name="cat_custom_481310" id="cat_custom_481310_0" value="26441" />
meet , book.
<input name="cat_custom_481310" type="radio" id="cat_custom_481310_1" value="26413" />
please ship me book.
the values associated workflows similar article. http://helpx.adobe.com/business-catalyst/partner/create-workflow-notification.html#id_2285 7
but trying use radio buttons instead of drop down list.
i can't seem workflows fire though.
any ideas on how can work.
i'm pretty sure can use either radio or checkbox... essentially, want make sure "workflowlist" form element has value associated workflow change name="cat_custom_481310" name="worfkflowlist" , make sure values of checkboxes correspond workflow id number want triggered.
<label>
<input type="radio" name="workflowlist" id="cat_custom_481310_0" value="26441" /> meet , book. </label>
<label>
<input name="workflowlist" type="radio" id="cat_custom_481310_1" value="26413" /> please ship me book. </label>
More discussions in How to - HTML / CSS / JavaScript
adobe
Comments
Post a Comment