kortechs
Forum Replies Created
-
Hi !
Same for me so I just up this post
Thanks in advance!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Redirect URL as a parameterThanks for the fast reply !
I’ve find the current options to redirect, but my problem is that my blog is powered by wordpress but not my website (such as blog.sample.com // http://www.sample.com). Then I can’t link the submission form to a page of my site like lp.sample.com, without hard coding the ID of my post in “feature.php”, as the only purposed content is the one on my blog.
I meant that I would have love to find the kind of feature that follows :
https://help.instapage.com/hc/en-us/articles/205223908-How-do-I-redirect-to-another-page-after-form-submit-Can integer the code you provided previously (the one for function.php) to this one?
https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/blob/35cc4b6af73164bc3e401ceeb78089dbfeec9cc4/plugin_core/public/partials/shortcodes/process/process_form_submission_ajax.php#L138-L141So to make it clear :
Or I set up my function.php each time I post a new page/post/cpt in order for my ‘form-1’ to link to the outside url I need depending on the new content ID.
Or to set 3 forms (or more) and configure their default redirection url to the one I need ? (in function.php) Such as :
Form-1 -> url1
Form-2 -> url2
Form-3 -> url3 etc…
And to call them with the short code at the end of the posts I need to redirect the subcriber to.Am I right ?
Thanks again,
ClémentForum: Plugins
In reply to: [Easy Forms for Mailchimp] Redirect URL as a parameterHi Evan,
Everything is working fine with Rafael’s correction in the php code. (thanks rafael !).
But I would like to ask you if it would be possible to have the same feature to be set up without hard coding the url as it is now.
Could it be possible that the “redirect on sumbission” dropdown box displays a “custom url line” allowing the admin to directly type in the desired url for this particular formular? (or where to program it if I can have access to that kind of modification)
Here is a bit tricky to add a new behaviour in the php code, each time you add a post linking it to the new created ID content, using the ‘case’ parameter.
In any case many thanks for this great plugin! ( and for this added feature as well, wich is definitely mandatory for some sites)
Thanks again ,
Clément