Submit Button Out Side The Form In Create View

Hi,

Submit Button out side the Form in create view.

can anyone used any procedures for submission. please let me know.

You don’t really need submit button, you can use generic button, and set the onclick event to execute:


$('#your_data_form_id').submit();

Works!