Meeting html
Jump to navigation
Jump to search
| Line 481: | Line 481: | ||
</span> | </span> | ||
| − | <input class="ci_form_input" type=" | + | <input class="ci_form_input" type="email" placeholder="" name="Form meeting[Contact email]" value=""> |
<span class="ci_form_section_help"> | <span class="ci_form_section_help"> | ||
| Line 540: | Line 540: | ||
$('#lngInput').val(e.latlng.lng); | $('#lngInput').val(e.latlng.lng); | ||
*/ | */ | ||
| − | $ci('[name="Form | + | $ci('[name="Form meeting[Coordinates]"').val(e.latlng.lat + ', ' + e.latlng.lng); |
updateMarker(e.latlng.lat, e.latlng.lng); | updateMarker(e.latlng.lat, e.latlng.lng); | ||
}); | }); | ||
Revision as of 11:46, 3 September 2020
This form is intended to create different kind of meetings organized by a given organization (even in the past!) or to characterize as such whatever page of it (not containing already a form).
Once the key-data are created, insert the abstract of the course 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. |
