• 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: Keep Credit Card Info from Saving in Submission

Keep Credit Card Info from Saving in Submission 11 years 9 months ago #24438

  • shawn02
  • shawn02's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Ok, so here's hopefully a quick question:

I have a form that we use to place orders.
The information is sent to ad administrative email.
I do NOT want the credit card number stored in the database.

How do you keep -1- field from being stored in your DB when the form is submitted?

Any advice would be great.
The administrator has disabled public write access.

Keep Credit Card Info from Saving in Submission 11 years 9 months ago #24441

  • shawn02
  • shawn02's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I'm not certain how often people read these forums ... but does nobody have an answer?
The administrator has disabled public write access.

Keep Credit Card Info from Saving in Submission 11 years 6 months ago #25434

  • seal305
  • seal305's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Thank you received: 1
Try providing more details.. what version of Joomla and the RSForm!Pro are you using PHP Script or the plugin, etc. That will help people know what you are asking.

In general I believe you can preclude the the credit card number from being written to the database, by putting code like this in the PHP Scripts->Script called on form process

$_POST['form']['cc_num']="***********".substr($_POST['form']['cc_num'],12,4);

This was from another post here. Obviously, it blanks all but the last 4 digits out with "***.." If you're using the plugin to process the card, I don't know at what point that gets called. Maybe a moderator would chime in.
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!