Hi,
Can anyone give me a solution that I am facing a problem
I created a person web form and generate the code and I don’t Know How to integrate with website and where to do. Suggest me a solution , Thanks in advance.
Hi,
Can anyone give me a solution that I am facing a problem
I created a person web form and generate the code and I don’t Know How to integrate with website and where to do. Suggest me a solution , Thanks in advance.
Hi,
Suite generates a code snippet that contains css , html and js. This code has to be copied to an existing webpage. Look especially for errors in the browsers console in case something is not working correctly.
Hi,
Can You please tell me where could I find for Existing web page.
I am stuck on this place, I don’t know where paste the copied code
The code that you generate in Suite is not a complete website, it’s just the form and everything related to it. This code needs to be placed in an existing website that you own, if you do not have a ready-to-use website, you can still create a simple page on your own:
<!doctype html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Basic HTML5 Template</title>
<meta name="description" content="A simple HTML5 Template for new projects.">
<meta name="author" content="SitePoint">
<meta property="og:title" content="A Basic HTML5 Template">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.sitepoint.com/a-basic-html5-template/">
<meta property="og:description" content="A simple HTML5 Template for new projects.">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<!-- your content here... -->
<script src="js/scripts.js"></script>
</body>
</html>
(source: https://www.sitepoint.com/a-basic-html5-template/)
This is a proper structure to begin with. Save this code as .html-file, put it on your webserver and add the code from Suite. Afterwards, you should have a working webform:
Hi,
I did as per the video but after submitting the form where would I get the details and how would I know,
how many filled the form who are they ?
Is anywhere I would find the solution.
Thanks
If the form works, you’ll see each submitted form as one newly created record in Suite (probably new leads).
Thanks, Probably I think the Form doesn’t work for me, I just found another solution
Hi,
nice to hear, what is your workaround? Maybe others are interested too.
I just made form in wordpress using plugin called “Leads builder for Any CRM” after fill up the form the details will be showed in suiteCRM leads