Reading suggestion html
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | |||
<html> | <html> | ||
| − | <div class=" | + | <div class="ci_form_container" style="max-width:500px;background:;border:0px solid #ccc;box-shadow: #ccc 2px 2px 4px 4px"> |
| − | |||
| − | |||
| − | <span class=" | + | <! ***attention! this will be stripped by PageForm |
| − | <span class=" | + | but nonetheless without it will not work ! |
| − | Book | + | --> |
| + | <form class= method="post" > | ||
| + | |||
| + | <div class="ci_form"> | ||
| + | |||
| + | <!-- | ||
| + | |||
| + | reading suggestion_Book author | ||
| + | reading suggestion_Book title | ||
| + | reading suggestion_Why you suggest this book | ||
| + | |||
| + | |||
| + | |||
| + | <!--------------------------BOOK AUTHOR--------------------------> | ||
| + | |||
| + | <div class="ci_form_section"> | ||
| + | <span class="ci_form_section_label"> | ||
| + | Book author | ||
| + | </span> | ||
| + | |||
| + | <input class="ci_form_input" type="text" placeholder="" name="Form reading suggestion[Book author]" value=""> | ||
| + | |||
| + | <span class="ci_form_section_help"> | ||
| + | The name of the author's book. | ||
| + | </span> | ||
| + | |||
| + | </div> | ||
| + | |||
| + | <!--------------------------BOOK TITLE--------------------------> | ||
| + | |||
| + | <div class="ci_form_section"> | ||
| + | <span class="ci_form_section_label"> | ||
| + | Book title | ||
</span> | </span> | ||
| − | <input class=" | + | |
| − | < | + | <input class="ci_form_input" type="text" placeholder="" name="Form reading suggestion[Book title]" value=""> |
| + | |||
| + | <span class="ci_form_section_help"> | ||
| + | The title of the book. | ||
</span> | </span> | ||
| − | < | + | </div> |
| − | <span class=" | + | |
| + | |||
| + | |||
| + | <!--------------------------Why you suggest this book--------------------------> | ||
| + | |||
| + | <div class="ci_form_section"> | ||
| + | <span class="ci_form_section_label"> | ||
Why you suggest this book | Why you suggest this book | ||
</span> | </span> | ||
| − | <textarea name="Form | + | |
| + | <textarea name="Form Why you suggest this book[Why you suggest this book]" class="form_Why you suggest this book_input" style="width:100%" rows="3"> | ||
</textarea> | </textarea> | ||
| + | |||
| + | <span class="ci_form_section_help"> | ||
</span> | </span> | ||
| + | |||
| + | </div> | ||
| − | < | + | |
| + | <!--------------------------SUBMIT--------------------------> | ||
| + | |||
| + | <div class="ci_form_section_submit"> | ||
<input type="hidden" name="wpSave" value="Save page"> | <input type="hidden" name="wpSave" value="Save page"> | ||
<input type="hidden" name="pf_free_text" value="!free_text!"> | <input type="hidden" name="pf_free_text" value="!free_text!"> | ||
| − | <input class=" | + | <input class="ci_form_submit" type="submit" value="save"> |
| − | </ | + | </div> |
| + | |||
| + | |||
| + | </div> | ||
</form> | </form> | ||
</div> | </div> | ||
| − | </ | + | |
| + | <script> | ||
| + | |||
| + | |||
| + | |||
| + | </script> | ||
| + | |||
| + | |||
</html> | </html> | ||
Revision as of 14:58, 6 March 2020