/
Forms: Fix not saving forms configuration

Forms: Fix not saving forms configuration

When working with Forms you may notice such warning message, indicating that data you've provided into form element (like pricing for select values) may be lost during save:


Saving form with multiple elements means passing lots of POST data to HostBill server, which may be filtered out by php.ini max_input_vars directive.

If you see this error make sure to set value of max_input_vars higher in your php.ini file, like:

  max_input_vars = 10000

Related content

Admin area: Logging in/out
Admin area: Logging in/out
Read with this
Forms: Dropdown Multiple Select field
Forms: Dropdown Multiple Select field
More like this
HostBill Configuration
HostBill Configuration
Read with this
Forms: Qty input field
Forms: Qty input field
More like this
Forms
More like this
Forms: Slider input field
Forms: Slider input field
More like this