By Guest on Monday, 31 October 2016
Replies 3
Likes 0
Views 1K
Votes 0
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
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:38
·
0 Likes
·
0 Votes
·
0 Comments
·
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:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect solution Jaak :-)
·
Tuesday, 01 November 2016 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post