Hi .
I have a custom list in which I have a choice column. Dropdown values contain Yes, No data
If the value is selected as "Yes" and user clicks submit post all validations ( Mandatory columns ), I want to save this list item in the current list and then transfer the page to another list ( new item page ).
If the value is selected as "No" and user clicks submit post all validations ( Mandatory columns ), I want to save this list item in current list and show AllItems.aspx page.
How to achieve this in jQuery in the New Item form ?
Thanks