News html
Jump to navigation
Jump to search
| Line 271: | Line 271: | ||
var required = ['day','month','year'] | var required = ['day','month','year'] | ||
| − | for(var value of required | + | for(var value of required) { |
if(!$ci(this).find('[name="Form news[' + value + ']"]').val()) { | if(!$ci(this).find('[name="Form news[' + value + ']"]').val()) { | ||
alert('Please enter ' + value); | alert('Please enter ' + value); | ||
Revision as of 08:17, 20 August 2020
This form is intended to create news of a given organization or to characterize as "news" whatever page of it (not containing already a form).
Once the key-data are created, insert the content itself of the news 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.