Monday, 31 October 2016
  3 Replies
  1.2K Visits
0
Votes
Undo
Hello,

In form or for inputfield is possible to add atribute [autocomplete="off"].
How can I add this attribute to RSVP Pro form or better to one of the fields?

Jaak
Monday, 31 October 2016 09:38
·
#177961
Accepted Answer
0
Votes
Undo
Hello,

I find another solution. I added a field_class_name to RSVP input field and then in javascript I add the desired autocomplete="off" attribute:

jQuery('tr.field_class_name input').attr('autocomplete','off');


Jaak
Monday, 31 October 2016 09:10
·
#177956
0
Votes
Undo
Hello Jaak,

I'm afraid not. You could edit the fields in:

administrator/components/com_rsvppro/fields/

and add it. But note the changes as they will be lost when you update.

Many thanks
Tony
Monday, 31 October 2016 09:38
·
#177961
Accepted Answer
0
Votes
Undo
Hello,

I find another solution. I added a field_class_name to RSVP input field and then in javascript I add the desired autocomplete="off" attribute:

jQuery('tr.field_class_name input').attr('autocomplete','off');


Jaak
Tuesday, 01 November 2016 10:44
·
#178057
0
Votes
Undo
Perfect solution Jaak :-)
  • Page :
  • 1
There are no replies made for this post yet.