sitemin neresine gömeceğimi bilmiyorum malesf
-
kadriye3478Asked on December 06, 2017 at 09:12 AM
sitemin neresine gömeceğimi bilmiyorum malesf
This is a re-post of a comment on Embedding a Form to a Web Page
-
TREVONAnswered on December 06, 2017 at 10:44 AM
Based on the guide you were reading at you would need to embed your form on your HTML website.
Below is a simple html document script and you nee to place your embed coed in the body tags of your web page.
<html>
<head>
<title>Tittle Here</title>
</head>
<body>Insert your form embed here
</body>
</html>