thank you MH,
Yes, that is exactly what I need to do, if it helps, the email result can be sent via XML and the form can be accessed via a web service.
Thanks
Main Topics
Browse All TopicsGreetings,
I am looking at the possibility of using CRM 4.0.
Please can you outline the possible solutions for the following problems.
We have an online form. It is possible to expose the results of this form via a web service as well as being able to form the results within an email as xml.
Which is the best method for CRM 4.0 and please outline the starting points.
The objective is to add a contact direct from the webform or at least queue it as pending.
Any help appreciated. Thank you. J
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
So you need to create your form as you normally wouold with text boxes for names, addresses, phone numbers etc. When the user clicks the submit button you need to take these values and using the CRM Web Service create a new Contact and assign these values to the corresponding fields in the CRM Contact then use the create method of the CRM Web Service to create the contact. You need to consider that some of the values might be picklists in CRM so you need to make sure that you have the same name/value pairs as CRM for your picklists or use the CRM Meta Service to populate the picklists on youor web form initially. This will add the contact. In order to send the email you can use the methods and objects in the System.Net.Mail namespace.
Cheers,
MH
Business Accounts
Answer for Membership
by: Biffster007Posted on 2008-03-17 at 15:19:23ID: 21146704
Hi,m
Do you mean you want to create your own web form where a user can enter details which will in turn create a Contact in CRM and also create an email saying whether the Contact was created or not??
Cheers,
MH