Posted 5/3/2006 9:25:33 AM | | | | Does anyone have any sample aspx files for web connect that i could modify in visual studio 2005. id like to add some validation controls in to my form shouldnt be too hard for some one with a little experience (which is not me ) Thanks PS. web connect is an unreal tool |
| Posted 5/9/2006 5:02:45 PM | | | | Hi, I have used the add existing item into my website in VS2005 & selected the AllCrmLeadFields.html. I then renamed the file to .aspx which gave me additional controls (like validators). i noticed the that the fields do not contain an id but do contain a name. so i then deleted the txtbox & created a new one, added validation & published file. I know get error message Control 'emailaddress1' of type 'TextBox' must be placed inside a form tag with runat=server. id really appreciate some help on this one. Thanks Todd |
| Posted 5/9/2006 5:14:53 PM | | | | Todd, If you're not an experienced developer, your best bet would be to use classic html and javascript to enforce field level validation -instead of asp.net web controls and validation. There are numerous articles on the web about how to create web forms, as well as how to add javascript validation. We also have some basic documentation on our WebConnect Configuration Guide and there are sample forms included that you can use as a starting point in creating your forms. That should be a good place for you to start, create a form with one field (email address), and setup webconnect to process that form, test it. If that works, add javascript validation to that field, test it, if that all works, start adding more fields and move on from there. Also, the form does not have to be a .aspx page - it can simply be a .html or .asp page - just make sure your webserver however does support asp.net. We also sell a WebConnect configuration assistance for $150 from our e-store where a c360 representative will help you setup webconnect if you need assistance. Hope that helps!
Kevin Eichelberger Pre-Sales Engineer / Product Specialist c360 Solutions, Inc. |
| Posted 5/10/2006 2:20:51 AM | | | | |
|