Questions about Payment Form extension

enabling auto form fill

  • spitjack
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
10 years 8 months ago - 10 years 8 months ago #35583 by spitjack
enabling auto form fill was created by spitjack
is there a way to permit autofill on forms without turning on user registration? Most browsers store form data, and I'm wondering how get the Payment Form instances to use it.

__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a 'jack', a middle English word for an ordinary laborer (eg jack of all trades, steeplejack, lumberjack). Today, this job is usually referred to as a 'pitmaster'.
Last edit: 10 years 8 months ago by spitjack.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #35625 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: enabling auto form fill
Hi

Payment Form disables it by default. If you want to use it, you will need to edit the code yourself. Open the file components/com_pmform/views/form/tmpl/default.php, find the code below and remove it:
Code:
autocomplete="off"

After that, auto form fill will be enabled as you wish !

Tuan
The following user(s) said Thank You: spitjack

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc