Beskrivning
A simple shortcode to include SalesAutopilot forms into WordPress. This is a very useful plugin if your users don’t have permission to embed javascript in the content or you just want to use a more simple way to embed the forms wherever you want.
The shortcode:
[sa-form listid="THIS_IS_THE_LISTID" formid="THIS_IS_THE_FORMID"]
Where listid is the SalesAutopilot’s list ID and formid is the form’s ID, that you want to display.
You can find these IDs in your SalesAutopilot admin area, when you select a form. Both IDs are at the bottom of that page.
Installation
- Upload
surbma-salesautopilot-shortcode
folder to the/wp-content/plugins/
directory - Activate the Surbma | SalesAutopilot Shortcode plugin through the ’Plugins’ menu in WordPress
- That’s it. Now you can use the shortcode. 🙂
Vanliga frågor
-
What is SalesAutopilot?
-
SalesAutopilot is one of the best marketing automatization and CRM system. For more information, please visit the official SalesAutopilot website: www.salesautopilot.com
-
Can I customize the look of the form?
-
There is no option to customize it via the shortcode. You can control the look of your form in your SalesAutopilot admin area.
-
What does Surbma mean?
-
It is the reverse version of my last name. 😉
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Surbma | SalesAutopilot Shortcode” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Surbma | SalesAutopilot Shortcode” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
2.5
Release date: 2024-12-30
- Nothing changed, but need to increase the version.
2.4
Release date: 2024-12-28
- Nothing changed, but need to increase the version.
2.3
Release date: 2024-12-28
- Nothing changed, but need to increase the version.
2.2
Release date: 2024-12-28
- ENHANCED – Using
rawurlencode()
instead ofurlencode()
to ensure URLs are correctly encoded.
2.1
Release date: 2024-12-28
- FIX – Variables are safely escaped by the shortcode. The Cross-Site Scripting vulnerability was reported by Wordfence.
2.0
Release date: 2020-02-10
- TWEAK – Tested with WordPress 5.3 version.
- TWEAK – Updated to use a new way to deploy it to wp.org repo.
1.1.1
Fixed description.
1.1.0
- Added a div wrapper and a width parameter to the shortcode.
1.0.0
- Initial release.