Thank you for the reply.
this was the original form
<noinclude>
This is the "Project" 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.
{{#forminput:form=Project}}
</noinclude><includeonly>
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|Project}}}
{| class="formtable"
! Type:
| {{{field|Type}}}
|-
! Topic:
| {{{field|Topic}}}
|-
! Field:
| {{{field|Field}}}
|}
{{{end template}}}
'''Free text:'''
{{{standard input|free text|rows=10}}}
{{{standard input|summary}}}
{{{standard input|minor edit}}} {{{standard input|watch}}}
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
</includeonly>
When I tried to include your additions, the form got a bit weird (that type should be below the ‘Project title’
<noinclude>
This is the "Project" 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.
{{#forminput:form=Project}}
</noinclude><includeonly>
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{info |page name=P<unique number> }}}
{{{for template|Project}}}
{| class="formtable"
| Project title:
| {{{field |title }}}
| -
! Type:
| {{{field|Type}}}
|-
! Topic:
| {{{field|Topic}}}
|-
! Field:
| {{{field|Field}}}
|}
{{{end template}}}
'''Free text:'''
{{{standard input|free text|rows=10}}}
{{{standard input|summary}}}
{{{standard input|minor edit}}} {{{standard input|watch}}}
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
</includeonly>
However, even with your additions, the form will still produce a wiki page with the name I define, e.g. https://???.com/wiki/czxc
The problem is that it’s asking me for a name before it lets me in the form
I would like it to have either a unique number as you said (or even better a combination of letters and numbers) or the PAGE ID, instead of the project title.