Monday, 31 October 2016
  3 Replies
  1K 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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

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 :-)

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.