• 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: Add a font awesome icon to a submit button

Add a font awesome icon to a submit button 9 years 2 months ago #34614

Hi

This is driving me a little crazy and having searched the forums I can't see an obvious way to do it but I'm looking to add a font awesome icon to the left of the value text on a submit button.

I was hoping to simply edit the mod_rsform template but I see it doesn't have much in it.

I've also looked at the Additional attributes option of a button element but that too doesn't seem right for this option.

Has anyone successfully been able to add a font awesome icon to the value area of a button?

Thanks in advance
The administrator has disabled public write access.

Add a font awesome icon to a submit button 9 years 2 months ago #34658

Incase this helps anyone else, I raised a ticket and the support team provided this which works perfectly....

- head to Components > RSForm!Pro > Manage Forms > Select your form > Edit the Submit button > Attributes tab > set the "Button Type" option to "Buttom"
- go to the Properties tab > CSS&Javascript > and add the following style definitions into the CSS field:

<style>
button#Submit{
position:relative!important;
}
button#Send::before {
position: relative;
content: "\f0d0";
font-family: FontAwesome;
margin-right: 10px;
}
</style>
The administrator has disabled public write access.

Add a font awesome icon to a submit button 9 years 2 weeks ago #35134

Hey Guys,

I want to do the same, but I want to use an 'animated Font Awesome icon', BUT i ONLY want the animated font awesome icon to show when someone CLICKS the Submit Button (so the visitor knows that RSForm is processing the request).

How do i do this?

Thanks,
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!