Welcome Guest, Not a member yet? Register   Sign In
Posting jquery cloned form fields.
#2

I would guess it's the naming of your form inputs. You need to make sure that the form fields are named as an array. Something like:

Code:
<input type="text" name="my_field[]">
    <input type="text" name="my_field[]">

That should come to your PHP script as an array that you can process as needed.
Reply


Messages In This Thread
Posting jquery cloned form fields. - by skribe - 08-09-2015, 07:58 PM
RE: Posting jquery cloned form fields. - by kilishan - 08-09-2015, 08:16 PM
RE: Posting jquery cloned form fields. - by tony - 08-10-2015, 05:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB