Filter for field rows
Hi,
please add to frontend.php line 511 $rows = apply_filters( ‘ea_form_rows’, $rows); and in file ea_bootstrap.tpl.php , line 70 and 79.
value=”<%- item.default_value %>” In this manner will be easy to fill up fields using custom rules. (I need to autofill some of the fields in the form with current user info) Thanks, Simone.
please add to frontend.php line 511 $rows = apply_filters( ‘ea_form_rows’, $rows); and in file ea_bootstrap.tpl.php , line 70 and 79.
value=”<%- item.default_value %>” In this manner will be easy to fill up fields using custom rules. (I need to autofill some of the fields in the form with current user info) Thanks, Simone.
2 Answers
Hi Simone, thanks for suggestion. It is added to plugins code and it will be there in next version. :)
Best regards,
Nikola
Please login or Register to submit your answer