I would like to know if I can send html elements attributes (like id
, class
or title
) with a classic post form
and save them in a db.
I know this is possible with AJAX
, saving the values in variables with javascript and then sending them to a PHP file with $.post
or $.ajax
But is it possible with a normal post submit form?
Thanks to all