Created
June 1, 2022 16:20
-
-
Save lmas3009/ade1e45a3e6ea8a394db8a3eaf040200 to your computer and use it in GitHub Desktop.
dofeedbackin demo template code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Testing Web Page</title> | |
<script src="https://dofeeedbackin.herokuapp.com/dofeedbackin/api/sdk?uid=62978296cbe442c529dd858a&pid=NwIV2F5GGm-testing" id="dofeedbackin_api"></script> | |
</head> | |
<body> | |
<h1>Welcome to Testing page of defeedbackin</h1> | |
<form> | |
<lable> | |
Username | |
</lable> | |
<input type="text" id="dfin_username" required placeholder="Username"/> | |
<br/> | |
<lable> | |
Email Id | |
</lable> | |
<input type="email" id="dfin_email" required placeholder="Email Id"/> | |
<br/> | |
<lable> | |
Feedback 1 | |
</lable> | |
<input type="text" id="dfin_feed1" required placeholder="Feedback 1"/> | |
<div style="color: red" onclick="dfinSubmit()"> | |
Submit | |
</div> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment