Post html

From Redazione
Jump to navigation Jump to search
Line 285: Line 285:
 
  var required = ['Title','Month','Year']
 
  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 291:
 
   }
 
   }
 
   }
 
   }
}
 
  
  

Revision as of 08:19, 20 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 added to the current page (). If you want to create the form in a new page, go here.


Please enter first and last name of authors separated by comma.
The day is optional
(Optionally), insert one significant thread representing the article. It might be used as a preview of it.
(Optionally), enter or more tags relevant to this post: they might be used to insert it under one or more corresponding categories.