• 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: Customize fileupload button

Customize fileupload button 11 years 11 months ago #23506

  • gerben9
  • gerben9's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi there,

I need to customize the fileupload button but i can not figure out how to do this because there is nog class of id to the button. Can you tell me how to find this?
Many thanks in advance,

Gerben
The administrator has disabled public write access.

Customize fileupload button 11 years 11 months ago #23536

  • anthony.burge
  • anthony.burge's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 3
I'm not sure how, but if you install webdeveloper in your browser and then goto the menu that says "Information" then choose "Display Element Information" then click on the "submit button you want to style" you will get lots of information about the button such as id and class name, width, etc. This should help you in styling the button.
Hope this helps
The administrator has disabled public write access.

Customize fileupload button 11 years 11 months ago #23546

  • geppie
  • geppie's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi anthony,

That's the strange thing. If i use firebug with firefox i can see all the elements of the fields etc but the button can not be found.
Very strange. Some more tips?
The administrator has disabled public write access.

Customize fileupload button 11 years 11 months ago #23559

hi, i think that you can search it on: /components/com_rsform/assets/css/font.css
The administrator has disabled public write access.

Customize fileupload button 11 years 11 months ago #23561

  • anthony.burge
  • anthony.burge's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 3
It depends on what you called your button.

I set one up. I clicked on File Upload and then for
Name
I wrote uploadbutton.

When I checked the CSS of the browse button I got the following information.

<input type="file" class="rsform-upload-box" id="uploadbutton" name="form[uploadbutton]">

So the id will be the name you chose for your File Upload field. Hope this helps.
Last Edit: 11 years 11 months ago by anthony.burge.
The administrator has disabled public write access.

Customize fileupload button 11 years 11 months ago #23649

  • anthony.burge
  • anthony.burge's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 3
One more thing. Make sure your button is published!
The administrator has disabled public write access.

Customize fileupload button 11 years 10 months ago #23676

  • tomoe
  • tomoe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,
Fileupload button is a system button (experience to view it with different browsers, it doesn't look the same), then it's not so easy to customize. Googling "file upload custom button" will give you some tricks.
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!