- Posts: 233
- Thank you received: 4
Questions about Payment Form extension
enabling auto form fill
- spitjack
-
Topic Author
- Offline
- Elite Member
-
Less
More
11 years 6 months ago - 11 years 6 months ago #35583
by spitjack
__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a worker called 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'.
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 worker called 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: 11 years 6 months ago by spitjack.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 6 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:
After that, auto form fill will be enabled as you wish !
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.