Questions about Payment Form extension

no css available, no captcha, no documentation

  • Wizard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago #3297 by Wizard
Hi,
I have to pass criticism on
    - no css available – blank code
    - no captcha available – the
same problem for Document Seller
- no documentation available
The repeated sending of the data has to be prevented urgently. The same for Document Seller.

Best regards.

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

More
13 years 11 months ago #3298 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:no css available, no captcha, no documentation
Hi

- The extension does has a css file, It located at components/com_pmform/style.css .
- To process the form, users have to process payment . So I thought It is not necessary to have captcha feature . I will add it as config option in the next version of the extension .
- I am working on new version at the moment . After that, I will prepare a detailed document . The extension is easy to use, so I didn't prepare a document at the beginning . Sorry about that .

Thanks ,

Tuan

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

  • Wizard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago - 13 years 11 months ago #3299 by Wizard
admin wrote:

- The extension does has a css file, It located at components/com_pmform/style.css .

I know that there exists a css file. But here is nothing deposited.

Here is no class="pmform_table"
CSS file
/*** Class for heading message***/
.heading {
font-size: 15px;
font-weight: bold;
text-decoration: underline;
}
/*** Css for dispalying title of field name **/
table.jd_donor_table td.title_cell {
width: 25%;
font-weight: bold;
padding-left: 10px;
}
/*** Css for dispalying inputbox td **/
table.jd_donor_table td.field_cell {

}
/*** Css for display '*' next to required field ***/
.required {
padding-left : 5px;
color: red;
}
/*** CSS class for displaying message displayed above donation form **/
.msg {

}
/*** Display amount explaination next to each pre-defined amount**/
.amount_explaination {
font-weight: bold ;
}

.formListTabbig {
font-weight: bold ;
}



admin wrote:

- To process the form, users have to process payment . So I thought It is not necessary to have captcha feature . I will add it as config option in the next version of the extension .

The problem is, if the form was sent and I renew the site, the data will be send again.

Best regards.
Last edit: 13 years 11 months ago by Wizard.

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

More
13 years 11 months ago #3327 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:no css available, no captcha, no documentation
Hi

The css issue was fixed in version 12. I will add captcha support for the form in the next version of the extension .

Thanks ,

Tuan

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

Moderators: Tuan Pham Ngoc