Howdy Bob et All,
I'm trying to wrap my mind around the Multiplier function of ChronoForms V5, but I'm hitting a lot of things that don't make too much sense to me.
First, here's what I'm trying to do: I need to make a form where music festivals submit the listings for all of their concerts and events, which may take place over multiple days, possibly at multiple venues. So, I want a form where they first enter all their information that is applicable to all the events (Festival name, contact info, etc) then they enter their venue information (first multiplier set) being Venue Name, Address and Postal code for each venue. Then they get to enter the concert information (second multiplier set) being datepicker, time, title, performer, repertoire, ticket price, etc. On submit, I want the information either sent by email or saved to a Google Sheet. I'm starting out trying to just make the venue portion of this to work properly, and then I'll replicate the steps for the concert portion.
My problems are as follows:
Data Arrays - I know these have to be used somehow, but I can't figure out how this is supposed to work... I set a Data Path in the Venues multiplier outer container as "venues". Then my field names and ID's are venues_##n##_name, venues_##n##_address and venues_##n##_postal. Are these right or should they be venues_[##n##]_[name]? The documentation speaks about the square brackets being needed for the Data Array, but I don't get where these are applied.
DB Save - It is said that I need to make 2 databases for each multiplier. How? Is it just a 2nd copy of the same database? Am I making a new DB with custom fields? Totally lost on this point.
Email - How do I get the email function to email all the info to the recipient? I have done some poking around on the forum about this, but there is a lot of talk about Data Arrays and PHP code... I am pretty lost, especially since I don't understand the Arrays to begin with. Should I be using a Handle Array portion before the email function?
EEK! Help please? Is there someone I can pay to work through this form with me? I have a great need for these multipliers, and if someone does one properly for me to look at I feel like I could get the rest. I don't mean to complain about the info layed out in the FAQ, but I just can't seem to wrap my mind around how this is supposed to work.
Peace and Thanks,
Bryson (@ The WholeNote)
I'm trying to wrap my mind around the Multiplier function of ChronoForms V5, but I'm hitting a lot of things that don't make too much sense to me.
First, here's what I'm trying to do: I need to make a form where music festivals submit the listings for all of their concerts and events, which may take place over multiple days, possibly at multiple venues. So, I want a form where they first enter all their information that is applicable to all the events (Festival name, contact info, etc) then they enter their venue information (first multiplier set) being Venue Name, Address and Postal code for each venue. Then they get to enter the concert information (second multiplier set) being datepicker, time, title, performer, repertoire, ticket price, etc. On submit, I want the information either sent by email or saved to a Google Sheet. I'm starting out trying to just make the venue portion of this to work properly, and then I'll replicate the steps for the concert portion.
My problems are as follows:
Data Arrays - I know these have to be used somehow, but I can't figure out how this is supposed to work... I set a Data Path in the Venues multiplier outer container as "venues". Then my field names and ID's are venues_##n##_name, venues_##n##_address and venues_##n##_postal. Are these right or should they be venues_[##n##]_[name]? The documentation speaks about the square brackets being needed for the Data Array, but I don't get where these are applied.
DB Save - It is said that I need to make 2 databases for each multiplier. How? Is it just a 2nd copy of the same database? Am I making a new DB with custom fields? Totally lost on this point.
Email - How do I get the email function to email all the info to the recipient? I have done some poking around on the forum about this, but there is a lot of talk about Data Arrays and PHP code... I am pretty lost, especially since I don't understand the Arrays to begin with. Should I be using a Handle Array portion before the email function?
EEK! Help please? Is there someone I can pay to work through this form with me? I have a great need for these multipliers, and if someone does one properly for me to look at I feel like I could get the rest. I don't mean to complain about the info layed out in the FAQ, but I just can't seem to wrap my mind around how this is supposed to work.
Peace and Thanks,
Bryson (@ The WholeNote)