|
#1
|
|||
|
|||
|
Has anyone tried getting a form to post to the CRM? We use the CRM religiously and find it an invaluable tool. The only shortcoming that I have found so far is that submissions to the system are only from outside emails and the /ticket_new page.
Has anyone successfully made a form to submit to the CRM? I have tried to do this and the problems I come up with are as follows;
Anyone have any input? |
|
#2
|
|||
|
|||
|
What about using some sort of form mailer script to email form contents to your CRM email address? As long as the form mailer script can insert the customer's email address as the "from" address, then the CRM tickets should have no trouble matching the tickets to the appropriate customer. You could try the one built into Volusion (I think it's eMailForm.asp?), or if you need more advanced form handling, Xigla Softare makes a real slick asp-based form mailer.
|
|
#3
|
|||
|
|||
|
I have made many forms that submit tickets into the system.
The easiest way to do it is to view source of your existing "New Ticket" form, http://www.yourdomain.com/Ticket_New.asp and use the code to make a new form. Then change the begining <form> variables. Code:
Change from: <form name="New_Ticket_Form" method="post"> Code:
Change to: <form action="http://www.yourdomain.com/Ticket_New.asp" method="post" name="New_Ticket_Form"> Cheers. |
|
#4
|
|||
|
|||
|
Have you been able to get around the error in the email processor page that will not convert the form submitted to a text email without html for the CRM system?
|
|
#5
|
|||
|
|||
|
No, the CRM's come through in HTML code. =(
__________________
▫▫▫▫▫Кєνϊή▫▫▫▫▫ |
|
#6
|
|||
|
|||
|
Has anyone figured out a solution for this using emailform.asp?
I assume that the emailform.asp is hardcoded to send as html rather than plain text. If the code (which we cannot access) is using cdonts, there should be a switch to select sending as plain text or html. One little switch would solve this problem. Of course, we do not have access to it. Anyway, I think that Volusion should have a second emailform.asp that sends in plain text. Perhaps call it emailform_plaintext.asp. I am sure that the emailing of form data as html was originally intended to be a convenience...easier to read....but who out there sends form data as html??? I never have. We want to start receiving CRM Tickets via our own forms. Either the emailform.asp needs to be modified, or the CRM system needs to be able to read html... Because of this problem, I consider the CRM system to be crippled... Rick H. Last edited by Rick H. : 07-15-2008 at 05:24 PM. Reason: typos |
|
#7
|
|||
|
|||
|
I am having the same issue. It would be nice if we could see html in the crm system. Otherwise there is no need for it for the people that use form submission.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|