ChatLaunchButton and FormSubmit at the same time
Summary
How can I make a form accept two submit buttons?Content
I have a ask.php setup normally and it works fine with the default input/FormSubmit widget. Now, I need to add the chat/ChatLaunchButton to the same form, but instead of creating a Incident in the database, it should just open the chat window. Since they create a submit button, Right Now's default Form widget throws me an error saying that I "Can't have two different FormSubmits for a single form". Upon inspection, I noticed that the chat button is already an extension to the formSubmit widget, however I do need both buttons in the same form because I need to perform two different
Tagged:
1