• 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: How to change enctype to application/x-www-form-u

How to change enctype to application/x-www-form-u 15 years 2 months ago #6672

  • enmadmin
  • enmadmin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello

I am evaluating RSForm!Pro.
The generated code seems always to be enctype="multipart/form-data" even for forms with no file uploads,..
Where can I change to enctype="application/x-www-form-urlencoded" ?

Many thanks
The administrator has disabled public write access.

Re:How to change enctype to application/x-www-form-u 15 years 2 months ago #6675

  • bogdan
  • bogdan's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello ,

Yes you can change the enctype by entering the following code into the Script called on form display.
$formLayout = str_replace('enctype="multipart/form-data"','enctype="application/x-www-form-urlencoded"',$formLayout);
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
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!