You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have working code with the latest e107 (jquery, PHP 7.2...) the only problem is that it uses old form class, not a new one e_form. And because I wanted to update it, I found that it is not possible now.
Why do you limit user attributes only for "data-"? - I suppose you probably need this for Admin UI,
There is already the option for this. There are default attributes and user attributes.
Why they are limited only for name "data-" ?
Question
Tested with the select field.
V1 code:
$cl.= form::form_select_open("category_form", "onchange=\"top.window.location = '".e_PLUGIN."SP_FormBuilder/admin/formbuilder.php?'+this.options[this.selectedIndex].value;\"");
Because this code:
I can't update that code with e_form with
$cl.= $frm->select_open("category_form", array('onchange'=>$onchange) );
How to do it now? Thanks
The text was updated successfully, but these errors were encountered: