Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <title> Example Web Page</title>
  6. </head>
  7. <body>
  8. <a href="http://users.skynet.be/mgueury/mozilla/">
  9. <img src="http://users.skynet.be/mgueury/mozilla/tidy_16.gif" alt="Validated by HTML Validator (based on Tidy) " height="16" width="39"/>
  10. </a>
  11.  
  12. <!-- Set the form action, including an optional message or page for your customer.-->
  13. <form action="https://api.five9.com/web2campaign/AddToList?">
  14.  
  15. <!-- Add the required hidden fields:
  16. - F9domain name
  17. - F9list Web2Campaign list
  18. - number1 (provided by user in the Web form below) -->
  19. <input type="hidden" name="F9domain" value="Airtite">
  20. <input type="hidden" name="F9list" value="Test_destination">
  21.  
  22. <!-- Add optional hidden fields:
  23. - F9retURL: fully qualified URL to display the result.
  24. - F9retResults: set to 1 to append a result code to the result.
  25. - F9updateCRM: set to 1 to update all the fields in the list.
  26. - F9CallASAP: set to 1 to dial the number as soon as possible.
  27. - F9TimeToCAll: set the date and time to call the number.
  28. - F9TimeFormat: set the time format if you are using the F9TimeToCall parameter. -->
  29. <input type="hidden" name="F9retURL" value="Your_Return_URL">
  30. <input type="hidden" name="F9retResults" value="1">
  31. <input type="hidden" name="F9updateCRM" value="1">
  32. <input type="hidden" name="F9CallASAP" value="1">
  33. <input type="hidden" name="F9TimeToCAll" value="call time">
  34. <input type="hidden" name="F9TimeFormat" value="call time format">
  35.  
  36. <!-- In the user input fields, the phone number is required. Be sure to match the case of the
  37. Web2Campaign parameter name to the field name in the Administrator VCC. -->
  38. <table summary="Text fields that customers see">
  39. <tbody>
  40. <tr>
  41. <td>First Name</td>
  42. <td><input id="first_name" maxLength="60" name="first_name"></td></tr>
  43. <tr>
  44. <td>Last Name</td>
  45. <td><input id="last_name" maxLength="60" name="last_name"></td></tr>
  46. <tr>
  47. <td>Company</td>
  48. <td><input id="company" maxLength="60" name="company"></td></tr>
  49. <tr>
  50. <td>Phone</td>
  51. <td><input id="number1" maxLength="40" name="number1"></td></tr>
  52. <tr>
  53. <td>Address</td>
  54. <td><textarea name="street" rows="3" cols="30"></textarea></td></tr>
  55. <tr>
  56. <td>City</td>
  57. <td><input id="city" maxLength="20" name="city"></td></tr>
  58. <tr>
  59. <td>State/Province</td>
  60. <td><input id="state" maxLength="20" name="state"></td></tr>
  61. <tr>
  62. <td>ZIP</td>
  63. <td><input id="zip" maxLength="20" name="zip"></td></tr>
  64. <tr>
  65. <td>Quin_Key</td>
  66. <td><input id="zip" maxLength="20" name="Quin_Key"></td></tr>
  67. </tbody>
  68. </table>
  69. <input type="submit" name="submit" value="Submit Data">
  70. </form>
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement