Post html
Jump to navigation
Jump to search
| (3 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 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) { | ||
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. |
