jojoe77777/FormAPI

Can't send a form from a form.

HittmanA opened this issue · 5 comments

Whenever I try to send a form when a button in another form is clicked, it does nothing but close the current form. No errors in console either. Is this because of the latest update? If so, how do I send a form once another form button is clicked?

SOF3 commented

Perhaps you should show your code.

Works perfectly for me.

Perhaps you should show your code.

You haven't updated your code to reflect the changes in #20.
$data for a simple form is now directly an int or null
(replace all references to $data[0] with $data for simple forms)

Thanks, I didn't look at the commit changes.