Hi,
I'm extending UserForms v0.1.0 and I want to move the following fields to a custom tab:
- Email submission to
- Email form on submit
- Text on submit button
I've been looking into the UserDefinedForm.php file but I can't find how these fields are created. I guess the first two fields are created in FieldEditor.php (function FormOptions(), line 177), but I really don't know how they're put on their current place and how to move them to an new tab. Also the 'Text on submit button'-field is still lost.
Does someone know how I get these fields on their own custom tab?