Hi
I have a php project that contains a form called contact us. In this case, when the user submits this form, a letter is sent to the administrator. My goal is to make this page dynamic. I mean that the administrator can add or change fields on the contact page. To do this, I implemented a text editor. here the administrator can create a contact page. My problem is that I want to check (both server side and client side) all fields. how is this possible using javascript. Does anyone know this?
, , .
, . , . , . , , : , , , , , . , . .
jQuery , ( CodeIgniter). .
, , . wufoo.com, , . , . , jQuery, .
, , . , , , . - " " , . ,
$Field_1 = array(type=>"textbox",validate_as=>"email");
, , . HTML , , . . (Java script script, LS Form validator, )
There will be no other situation on the server side, perhaps even simpler.
Source: https://habr.com/ru/post/1729858/More articles:Ошибка при использовании столбца varchar (max) при использовании net.sourceforge.jtds.jdbc.Driver - sqlWill they be considered magic numbers? - c ++how to effectively add content using jQuery - performanceHow to create an order processing form in ASP.NET MVC and jQuery / JavaScript - jqueryPerform a conditional bulk upgrade in Linq to SQL - linq-to-sqlHow to parse urls in C using sscanf ()? - cUDP problems with Ubuntu 9.04 but not 8.04 broadcast reception - linuxHow to create a standalone python installation - pythonMysql table layout - mysqlПреобразовать std::string в MSVC специфический __int64 - c++All Articles