Form:FAQ Page: Difference between revisions

From FamilySearch Wiki
(set property in the form definition)
(increase the row count of the textarea)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
if a page with that name already exists, you will be sent to a form to edit that page.
if a page with that name already exists, you will be sent to a form to edit that page.


{{#forminput:form=FAQ Page}}
{{#forminput:form=FAQ Page|autocomplete on category=FAQ Page}}


</noinclude><includeonly>
</noinclude><includeonly>
Line 11: Line 11:
{| class="formtable"
{| class="formtable"
! Question:  
! Question:  
| {{{field|question}}}
| {{{field|question|property=faqquestion|size=120}}}
|-
|-
! Answer:  
! Answer:  
| {{{field|answer|property=faqanswer|input type=textarea}}}
| {{{field|answer|property=faqanswer|input type=textarea|rows=20}}}  
|}
|}
{{{end template}}}
{{{end template}}}

Latest revision as of 05:05, 16 December 2020

This is the "FAQ Page" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.