formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Membership application; multiple addresses, phone numbers #478

Open Patdaman1 opened 5 years ago

Patdaman1 commented 5 years ago

not sure how i go about adding in a sub-form or array for addresses and phone numbers so members can enter in an array of those items anyone want to point me in the right direction? this is my general layout { "_id":ObjectId("Autofill"), "firstname": "Tom", "lastname": "Benzamin", "ridername": "Benz", "dob": "01-01-1991", "email": "alasdf@askdfj.com", "address": [ { "building": "22 A, Indiana Apt", "pincode": 123456, "city": "Los Angeles", "state": "California", "mailing": true, "Physical": false }, { "building": "170 A, Acropolis Apt", "pincode": 456789, "city": "Chicago", "state": "Illinois "mailing": false, "Physical": true } Thanks in advance for your time Pat

Patdaman1 commented 5 years ago

For mutipage Change "submit_button_name_attribute" to whatever the name attribute of your form submit button may be. If it doesn't have one, add it!

is this where i get attributes?

  |   |