Yes, you can use the autocomplete option for that like this:
[text your-name autocomplete:off]
Hi Takayuki,
I am using conditional fields in a form. There are 2 conditions and in both, the name is required, however I needed to give this field a unique name in each condition Eg:
condition1-your-name
condition2-your-name
I tried to use “your-name” in both conditions but this caused problems as some of the email confirmations just showed a blank value
Therefore in the confirmation email I have:
Dear [condition1-your-name][condition2-your-name],
etc..
Only the actual populated field is shown
The problem is though that with auto complete in Chrome, it will actually fill in BOTH fields, even though one is hidden, and then the email confirmation looks bad, for example if Bob Jones filled in the form it looks like:
Dear Bob JonesBob Jones,
etc.
I have disabled autcomplete as suggested, but this is not honoured in Chrome (though works in Firefox)
Do you have any suggestions as how I can avoid this?
Thankyou.