Any parameter name (not the value) enclosed within double-quotes would be left unprocessed by cms:input
Hi,
I want to use cms:input type='bound' within <cms:form mode='create' />. I will be creating pages with text editable, which will have a custom text '07/07/2016 - 07/14/2016' as m/d/Y.
And I absolutely need the user don't touch this, so a class read-only is applied.
The value of the cms:input is set programmatically to a range of 1 week before current date and is set like this
value='07/07/2016 - 07/14/2016'
No matter what I tried, the output in code inspector is like this:
<input type="text" id="f_date" name="f_date" value="" class="form-control daterange-weeknumbers" size="105" style="width:99%; ">
I need help, because I can't fight with Couch core php code due to lack of knowledge for this very issue.
