Post html
Jump to navigation
Jump to search
(Created page with "This form is intended to create posts of a given organization or to characterize as "post" whatever page of it (not containing already a form). Once the key-data are created,...") |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Once the key-data are created, insert the content itself of the post editing the page using the buttons "Edit" or "Edit source" in the top panel. | Once the key-data are created, insert the content itself of the post editing the page using the buttons "Edit" or "Edit source" in the top panel. | ||
| + | |||
| + | |||
| + | {{Form header|form=Post}} | ||
<html> | <html> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<div class="ci_form_container"> | <div class="ci_form_container"> | ||
| Line 66: | Line 52: | ||
<span class="ci_form_section_help"> | <span class="ci_form_section_help"> | ||
| − | + | Author(s) first and last name(s) (it might also be an organization role, like "Board member of ..." or "Editorial staff of ...") | |
</span> | </span> | ||
| Line 283: | Line 269: | ||
var day = $ci(this).find('[name="Form post[day]"]').val(); | var day = $ci(this).find('[name="Form post[day]"]').val(); | ||
| − | var required = ['Title',' | + | var required = ['Title','month','year'] |
| − | for(var value of required | + | for(var value of required) { |
if(!$ci(this).find('[name="Form post[' + value + ']"]').val()) { | if(!$ci(this).find('[name="Form post[' + value + ']"]').val()) { | ||
alert('Please enter ' + value); | alert('Please enter ' + value); | ||
| Line 291: | Line 277: | ||
} | } | ||
} | } | ||
| − | |||
Latest revision as of 20:51, 21 August 2020
This form is intended to create posts of a given organization or to characterize as "post" whatever page of it (not containing already a form).
Once the key-data are created, insert the content itself of the post editing the page using the buttons "Edit" or "Edit source" in the top panel.
![]() | The form will be created in the current page (). If you want to create the form in a new page, go here. |
