Transfer requests from web pages to the CRM

If you have your own web site with a contact form you may transfer the content as Lead to your CRM. For the transmission you may take advantage of the Webservice functions. The following example shows how a webform for the transmission of name, email and description can look like: <html> <body> <form method=”POST” action=”https://yoururl/modules/Webforms/post.php”> […]