1👍
As mentioned by @Melvyn, you dont’t need to pass name
to the form. Just pass it as a variable to your template, then create a read only input field and customize it as you want:
<input value="{{ name }}" readonly/>
Source:stackexchange.com
1👍
As mentioned by @Melvyn, you dont’t need to pass name
to the form. Just pass it as a variable to your template, then create a read only input field and customize it as you want:
<input value="{{ name }}" readonly/>