index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <div style="margin-left:100px;margin-right:100px;">
  2. <h2>Description</h2>
  3. Creates an HTML form that you can embed inside and outside Odoo<br>
  4. <br>
  5. <section class="oe_container">
  6. <div class="oe_row oe_spaced">
  7. <h2 class="oe_slogan">Create HTML Forms</h2>
  8. <div class="oe_span6">
  9. <div class="oe_row_img oe_centered">
  10. <img class="oe_picture oe_screenshot" src="2.jpg" alt="Create HTML Form">
  11. </div>
  12. </div>
  13. <div class="oe_span6">
  14. <p class="oe_mt32">
  15. Creates an HTML form that you can embed inside and outside Odoo.<br>
  16. <br/>
  17. <b>Instructions</b><br/>
  18. 1. Go to Settings->HTML Embed Forms->Create Forms<br>
  19. 2. Select the model and the fields in the form<br>
  20. 3. Click "Make Embed Code" button and copy and paste the code into your website<br/>
  21. </p>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="oe_container oe_dark">
  26. <div class="oe_row oe_spaced">
  27. <h2 class="oe_slogan">View Form Submissions</h2>
  28. <div class="oe_span6">
  29. <p class="oe_mt32">
  30. Keep a record of all the form submissions<br/>
  31. <br/>
  32. <b>Instructions</b><br/>
  33. 1. Go to Settings->HTML Embed Forms->Inserted Form Data<br>
  34. </p>
  35. </div>
  36. <div class="oe_span6">
  37. <div class="oe_row_img oe_centered">
  38. <img class="oe_picture oe_screenshot" src="3.jpg" alt="HTML Form Submissions">
  39. </div>
  40. </div>
  41. </div>
  42. </section>
  43. <section class="oe_container">
  44. <div class="oe_row oe_spaced">
  45. <h2 class="oe_slogan">Rearange form fields on the website</h2>
  46. <div class="oe_span6">
  47. <div class="oe_row_img oe_centered">
  48. <img class="oe_picture oe_screenshot" src="1.jpg" alt="Edit Website HTML Form">
  49. </div>
  50. </div>
  51. <div class="oe_span6">
  52. <p class="oe_mt32">
  53. Rearange form fields on the website.<br>
  54. <br/>
  55. <b>Instructions</b><br/>
  56. 1. Go to the webpage with the eHTML form<br>
  57. 2. Hit edit and drag and drop the fields around the form<br>
  58. </p>
  59. </div>
  60. </div>
  61. </section>
  62. <br/>
  63. <b>NOTE</b> This module and 'HTML Snippet Form Builder' have reborn to thier v9 equivalent 'HTML Form Builder' and 'HTML Form Builder - Website Snippets'<br/>
  64. <br/>
  65. Find a bug? feature idea? send an email to steven@sythiltech.com.au<br>
  66. </div>