Pete wrote:Do the fields have to be in any certain order? Do they have to be labelled a particular way? Are they case sensitive?
For the form to be submitted, we HAVE to have:
- A name field called .......?
- An email field called .......?
The name field is to have values:
- Value: any old value (Not necessarily the same as its name on the form)
- Field: [FORM NAME]::[Name Field Name]
- Field Type: Full name
- Published : Yes
The email field is to have values:
- Value: any old value2(Not necessarily the same as its name on the form)
- Field: [FORM NAME]::[/i][/li]
[li]Field Type: E-mail[/li]
[li]Published : Yes [/li][/ul]
The event should have (well I have it set like this):
[ul][li]Submission Types - None checked[/li]
[li]EMails - None checked[/li]
[li]Form - correct form selected and all values set to yes (for now)[/li]
[li]Submission - No & No[/li]
[li]Waiting list - No & No[/li]
[li]Registration - Yes / No / Yes / Yes[/li][/ul]
With the above settings, I am getting "No valid registration has been found"
I am using CB1.2.1 with a two field name setting. Not sure if this has any relevance?[/quote]
you must have 'webform' checked in submission types, and the tag [redform] in it, maybe that is why it is failing.
as for the required field, none is. However, if there is no field of type 'email', there won't be a confirmation email send to this submitter. Maybe fullname is required too for that matter, but i am not sure, i have to check.[Email Field Name]
- Field Type: E-mail
- Published : Yes
The event should have (well I have it set like this):
- Submission Types - None checked
- EMails - None checked
- Form - correct form selected and all values set to yes (for now)
- Submission - No & No
- Waiting list - No & No
- Registration - Yes / No / Yes / Yes
With the above settings, I am getting "No valid registration has been found"
I am using CB1.2.1 with a two field name setting. Not sure if this has any relevance?
you must have 'webform' checked in submission types, and the tag [redform] in it, maybe that is why it is failing.
as for the required field, none is. However, if there is no field of type 'email', there won't be a confirmation email send to this submitter. Maybe fullname is required too for that matter, but i am not sure, i have to check.