-
AuthorPosts
-
April 24, 2015 at 1:53 pm #434063
Hi Guys,
Probably a really stupid question, but wondered if you can advice on how i add a URL token to my button links.
Example Scenario:
– I have 10 products (all on different Pages; my Page URL’s being the product names e.g.) http://www.mysite.co.uk/product/58-Vitamin-1/)
– I have an ‘Enquire Now’ button at the bottom of each Product Page (button generated using Enfold Shortcodes)
– I’m sending the visitor that clicks on the aforementioned ‘button link’ (e.g. at bottom of either Product Page 1 / 2 / 3 / 4 / 5 / 6 / etc), to a form page (form & page built using InBoundNow – landing page software) to gain their personal data (name / phone / email / etc.).= I WANT TO CARRY ‘PRE-POPULATED INFO’ FROM THE PRODUCT PAGE (e.g. the URL title, as this is the ‘product name’), TO THE FORM PAGE – SO THAT MY VISITORS DON’T HAVE TO ENTER THE ‘PRODUCT NAME’ IN THE FORM (help’s conversions – apparently ; )
= THE DEVELOPERS OF INBOUND NOW SHOW THIS CAN BE DONE USING THEIR ‘DYNAMIC URL FIELD’, THEY STATE …
“Use dynamic form fields with url tokens on your button links.” (http://support.inboundnow.com/support/topic/adding-which-call-to-action-was-clicked-to-the-form/) & (http://docs.inboundnow.com/guide/using-dynamic-form-fields-inbound-now-forms/)
= MY QUESTION IS, HOW DO I MAKE A BUTTON USING ENFOLD SHORTCODE THAT CAN PASS THE DYNAMIC URL?
(AND WHAT WOULD I PUT IN MY DYNAMIC URL FORM E.G.) ‘email_is’ (as per their example), so that my Dynamic field knows to look out for my dynamic URL?This is the button code that i’m generating from ENFOLD to point to my target Landing Page.
[av_button label='Arrange Viewing' link='landing-page,1044' link_target='' size='medium' position='left' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue821' font='entypo-fontello' color='custom' custom_bg='#00c600' custom_font='#ffffff']
Thanks in advance Guys. Really appreciate your help.
Cheers
JohnApril 27, 2015 at 12:47 am #434938Hey mdbg!
Thank you for using Enfold.
This is not possible with the button shortcode because it doesn’t accept url queries. Maybe, you should add the button using html tags inside a code or text block. Something like:
<a href="http://www.mysite.com?email_is=FillF (Email address hidden if logged out) " class="mybutton">Click Here</a>
Use the class attribute in the Quick CSS field to create a button style element.
Best regards,
IsmaelApril 27, 2015 at 2:33 pm #435272This reply has been marked as private.April 28, 2015 at 5:02 am #435774 -
AuthorPosts
- You must be logged in to reply to this topic.