Skip to main content
Recent Posts
23
Questions / Re: error online
Last post by daninet -
il file .htaccess รจ presente nella root
mod_rewrite = abilitato.
cosa posso fare ?
24
Questions / Re: error online
Last post by willvin -
Make sure of the following:
1. You uploaded the .htaccess file generated at your project's root.
2. That your Apache server has mod_rewrite enabled.
28
Questions / Re: Field Control Properties
Last post by willvin -
set the required to false and then you can use js to set it to required or not.  Setting required to true, will throw errors as the server is also expecting that field, but if you make it not required, the server code will not be expecting that field.