Aug 11th, 2011, 10:24 AM
So, I have a form that, when submitted, sends an email summarizing all the fields and whatnot...the usual sort of thing.
For the subject line of the email it sends out, however, I used this:
{$ANSWER_firstPublicationDate}, {$ANSWER_secondPublicationDate}, {$ANSWER_category}
(So, it should look something like this: "20110811, 20110816, Campus News".)
And, when it sends out the message upon an actual form submission, it works/looks the way I would expect it to.
However, when I'm in the back-end and I tell it to send a Test Email using a random submission, I get the following error in a popup:
Couldn't load page: http://forms.owu.edu/formtools/global/co...mission_id=
This functionality works fine for messages associated with this (and other) forms that don't inject submission data into the subject line. Curiously, even if I change this particular message's subject line to plain text (even a single character, such as "a"), I get the same error message.
Any idea what might be happening and/or how it might have happened?
Thanks,
Doug Thompson
Manager of Web and Electronic Communcations
Ohio Wesleyan University
For the subject line of the email it sends out, however, I used this:
{$ANSWER_firstPublicationDate}, {$ANSWER_secondPublicationDate}, {$ANSWER_category}
(So, it should look something like this: "20110811, 20110816, Campus News".)
And, when it sends out the message upon an actual form submission, it works/looks the way I would expect it to.
However, when I'm in the back-end and I tell it to send a Test Email using a random submission, I get the following error in a popup:
Couldn't load page: http://forms.owu.edu/formtools/global/co...mission_id=
This functionality works fine for messages associated with this (and other) forms that don't inject submission data into the subject line. Curiously, even if I change this particular message's subject line to plain text (even a single character, such as "a"), I get the same error message.
Any idea what might be happening and/or how it might have happened?
Thanks,
Doug Thompson
Manager of Web and Electronic Communcations
Ohio Wesleyan University