Hi all,
I have a form set up that a 3rd party will be using a script to populate, a local job board. The form is here:
http://nextmoveit.co.uk/index.php?option=com_chronocontact&chronoformname=upload_bean
The form is still in development so no validation is active at the moment.
The form works when data is entered and submit is hit, the output of the form can be seen here:
http://nextmoveit.co.uk/index.php?option=com_chronoconnectivity&connectionname=bean
In order the for 3rd party to be able to submit to the form they have to use the submit url, which is the following:
http://nextmoveit.co.uk/index.php?option=com_chronocontact&task=send&chronoformname=upload_bean
and I get the following error message:
There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management
With De-bug on this is the output:
From: []
To: [email]alan@integrous.co.uk[/email]
CC:
BCC:
Subject: Broard Bean
Reference No: test
Job Title: test
Job type: test
Start date: test
Duration (if contract): test
Industry Sector: test
Salary: test
Benefits: test
Visa Required: test
Location: test
Job Summary test
Detailed Job Description test
Submitted by 80.45.133.94
Files:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [job_reference] => test [job_title] => test [job_type] => test [job_startdate] => test [job_duration] => test [job_industry] => test [salary_per] => test [salary_benefits] => test [job_visa] => test [job_location] => test [job_summary] => test [job_description] => test [Submit2] => Submit [681fa44e8afdc6ae62ca6dceb79edaaa] => 1 [1cf1] => 9c8a5da9c9e8d23c54fd1b369218a273 [chronoformname] => upload_bean )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from () to [email]alan@integrous.co.uk[/email]
9. Debug End
10.
Redirect link set, click to test:
/index.php?option=com_content&view=article&id=13
Is there a way around this so that the 3rd party can submit remotly?
Please advise
Best regards
Alan
I have a form set up that a 3rd party will be using a script to populate, a local job board. The form is here:
http://nextmoveit.co.uk/index.php?option=com_chronocontact&chronoformname=upload_bean
The form is still in development so no validation is active at the moment.
The form works when data is entered and submit is hit, the output of the form can be seen here:
http://nextmoveit.co.uk/index.php?option=com_chronoconnectivity&connectionname=bean
In order the for 3rd party to be able to submit to the form they have to use the submit url, which is the following:
http://nextmoveit.co.uk/index.php?option=com_chronocontact&task=send&chronoformname=upload_bean
and I get the following error message:
There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management
With De-bug on this is the output:
From: []
To: [email]alan@integrous.co.uk[/email]
CC:
BCC:
Subject: Broard Bean
Reference No: test
Job Title: test
Job type: test
Start date: test
Duration (if contract): test
Industry Sector: test
Salary: test
Benefits: test
Visa Required: test
Location: test
Job Summary test
Detailed Job Description test
Submitted by 80.45.133.94
Files:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [job_reference] => test [job_title] => test [job_type] => test [job_startdate] => test [job_duration] => test [job_industry] => test [salary_per] => test [salary_benefits] => test [job_visa] => test [job_location] => test [job_summary] => test [job_description] => test [Submit2] => Submit [681fa44e8afdc6ae62ca6dceb79edaaa] => 1 [1cf1] => 9c8a5da9c9e8d23c54fd1b369218a273 [chronoformname] => upload_bean )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from () to [email]alan@integrous.co.uk[/email]
9. Debug End
10.
Redirect link set, click to test:
/index.php?option=com_content&view=article&id=13
Is there a way around this so that the 3rd party can submit remotly?
Please advise
Best regards
Alan