codehaven - php snippets - coding help
Generic filters
Exact matches only

Send – Serialize form and send extra variables

25th March 2021

Jquery - Forms-Posting

jquery icon

If you have many form fields, don’t collect them all individually, do it in one go using the Serialize function.

Remember to add the forms id

Basic Version

To collect posted fields in PHP use this script.

Was this code snippet helpful?