When trying to add forms in Contour I sometimes get the message
"No node exists with id '1968'" or
"No Member exists with Id '2313'" (2313 is my member ID)
when trying to post the form. Both in preview mode and when the form has been added to a page.
I think that the problem occurs when adding a workflow sending as mail or sending as XSLT mail.
Hmm there are no hard coded node id's in Contour... could it be that you set it to redirect to a page on submit? Maybe that page is gone now... Or maybe some logic in that xslt using those id's?
No node exists with id '1968'
When trying to add forms in Contour I sometimes get the message "No node exists with id '1968'" or "No Member exists with Id '2313'" (2313 is my member ID)
when trying to post the form. Both in preview mode and when the form has been added to a page.
I think that the problem occurs when adding a workflow sending as mail or sending as XSLT mail.
Any ideas, this is very frustrating.
Comment author was deleted
Hmm there are no hard coded node id's in Contour... could it be that you set it to redirect to a page on submit? Maybe that page is gone now... Or maybe some logic in that xslt using those id's?
No, we are not using redirects, and the XSLT does not have any logic that reffers to any site specific ID´s.
And when reverting to using Mail only we have the same result.
I think we found the problem.
The editor was picking information from the form but was adding it wrongly to the email template.
Email became {Email} and when changing that it works fine it seems.
is working on a reply...