Hi All,
We are using Chrono forms on our website. We have created single form and using it same form multiple times with assigning some variable into URL. We are placing URL variable values in a hidden input of forms. However for SEO purpose we have mentioned few keywords in one variable within {} brackets like below:
url?kiword={some word goes here}
While storing this value into hidden input. The value attribute get curly brackets like
<input type=hidden value="{some word goes here}">
I want to remove both curly brackets from value attributes. Can anybody let me know correct way to do it? I have tried trim and implode, explode but they seem not working.
Thanks in advance.
Regards,
Jitendra Berde
We are using Chrono forms on our website. We have created single form and using it same form multiple times with assigning some variable into URL. We are placing URL variable values in a hidden input of forms. However for SEO purpose we have mentioned few keywords in one variable within {} brackets like below:
url?kiword={some word goes here}
While storing this value into hidden input. The value attribute get curly brackets like
<input type=hidden value="{some word goes here}">
I want to remove both curly brackets from value attributes. Can anybody let me know correct way to do it? I have tried trim and implode, explode but they seem not working.
Thanks in advance.
Regards,
Jitendra Berde