• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: More Paypal integration stuff

More Paypal integration stuff 11 years 7 months ago #24856

  • willkey
  • willkey's Avatar
  • OFFLINE
  • Junior Boarder
  • smart, engaged, and curious
  • Posts: 32
i am trying to use the sample custom paypal form items to build another form, with the "copy to another form" option, and discovered that with the "auto-generate" enabled, the form items do not align correctly.

Image link:


how can i do this easily? i don't want to recreate the form items
-- remember where you've been...it helps with where you're going!

:)
The administrator has disabled public write access.

More Paypal integration stuff 11 years 7 months ago #24859

Hi,
Auto generate eliminates the custom coding that the sample form has. What I do is on the sample form copy all of the code in the form layout to a file in Notepad.
Then I create the new form, get it the way it should look then turn off auto generate,
Copy the section (Product/Qty.) etc. from the Notepad file that has the custom coding (you should see both Product and Qty. like this
<table style="margin-top:10px; margin-left:30px;">
<tbody>
<tr>
<td>{Product1:body}<div class="formClr"></div>{Product1:validation}</td>
<td>{QuantityProd1:body}<div class="formClr"></div>{QuantityProd1:validation}</td>
<td>{QuantityProd1:caption}</td>
</tr>
Basically you take the Qty. code and add it to the Product code (then delete the orig. Qty. code)
Grab all the code related to the Products and paste it into the Form Layout. One issue with this is if you need to change anything, you can't regenerate a layout. You'll have to add the code again. And that gets tricky.
Maybe I'll add a request for this to Feedback -- it would be nice to have a Quantity selection in the PayPal fields.

Kathy
The administrator has disabled public write access.

More Paypal integration stuff 11 years 1 week ago #27383

  • jakobe75
  • jakobe75's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 4
kinda off topic, but where did you find the sample custom paypal form?

I cant get my quantities to show up as arrow selectors similar to yours.

thanks
The administrator has disabled public write access.

More Paypal integration stuff 11 years 1 week ago #27384

Hi,
I have a copy of the RSForms Pro original Custom PayPal sample. Email me at This e-mail address is being protected from spambots. You need JavaScript enabled to view it
and I'll send you a backup of it.
Just restore into your site (don't overwrite) and then you can look at the form layout code.

Kathy
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!