Using WFB.
Problem I see with multi page forms is that information has to be carried over saved and after the last page completed, all the data assembled and sent. The good news is that it is easy. The bad is that it would have to be done using the results of each of the forms. Extract the data from each and compose the emails to send. This is what php is for. Each form on each page except the last would be set to save data only. The last would divert to the processing script which would do the work of sending the accumulated data out.
Sue you said that you are clueless at coding. Actually php is easier to use that html in my opinion. There is so much information available and when you break down the bits required it is not that hard. I can help with the building blocks if you want to attempt it. I have some code to get you started using WFB as a payment option. Why would I help>> Ego, Challenge, Hobby, Retired
Thanks Prism. I'm game...but first, umm, what is WFB?