Hi,
I have a Forms For Editors Form and I output the form fields using the following Razor markup:
<div class="form-input required textarea">
<label for="enquiry">@GetString("Form.Field.Yourenquirycomments.Name")</label>
<div class="field">
@GetString("Form.Field.Yourenquirycomments.Control")
</div>
</div>
This works absolutely well. I am now looking to assign a value to the Form.Field.Yourenquirycomments.Text
How may I achieve this?
Thanks & Regards,
Yash.