ebarcena
Forum Replies Created
-
Forum: Plugins
In reply to: [Add-on Contact Form 7 – MailPoet 3] Not getting signup confirmation emailHello,
Yeah the latest version is installed and mailpoet has been sending emails just fine so not sure what the problem is.
Thanks
Forum: Plugins
In reply to: [Exit Popup] Link to trigger popupThanks! I actually wrote an article on how to set your plugin up and I share the code for my design. It’s in Spanish but anyone could easily follow along:
https://efrain.rocks/poner-exit-intent-popup-sitio-wordpress/
Forum: Plugins
In reply to: [Exit Popup] Exit Popup with Contact form 7Yes. Just use the contact form shortcode and you should have no problems. I’m actually using a shortcode (mailpoet) on my site and everything works and looks good. Check it out: https://efrain.rocks/
Forum: Plugins
In reply to: [Calculated Fields Form] Specific roundingYes. It works
Thanks again
Forum: Plugins
In reply to: [Calculated Fields Form] Specific roundingHello and thanks for your help.
The examples are correct. The reason I want to round like that is that I’m using the form so customers can calculate the amount of time they need to book for house cleaning services. So technically, .25 is the decimal conversion of 15 minutes.
It makes more sense (and more fair price wise) to round based on 15 mins increments than a half an hour. To make it more clear:
2.24 (under 2 hrs 15 mins) should round back to 2 hours
2.25 (2 hrs 15 mns or more) should round to 2.50 (2 hours 30 mins)
2.74 (under 2 hrs 45 mins) should round back to 2.50 (2 hours 30 mins)
2.75 (2 hrs 45 mins or more) should round to 3 hoursI’m basically trying to replicate the modal on this page:
https://www.homeaglow.com/customer/choosedate
(click on the See recommended hours link)Thanks
- This reply was modified 7 years, 5 months ago by ebarcena.
Forum: Plugins
In reply to: [Allow Multiple Accounts] Plugin is not working with GRAVITY FORMFound this on Formidable that might point you guys to the right direction:
https://formidableforms.com/help-desk/allow-single-email-for-multiple-accounts/
Forum: Plugins
In reply to: [Coming Soon Viral Page by Growtheme] Logo SizeHey jaschaio,
Actually, not all logo sizes work. I’m using a tall logo and I had to hard code the actual height since the plugin gives it 100% width but the height is limited to 100px.
Very awesome plugin by the way. Thanks for developing it.
Hey Zaus I visited your site and tried contacting you there but I guess you didnt received my message. Can you please contact me at efrainbarcena at gmail?
Thanks!
Forum: Plugins
In reply to: [CarQuery API Vehicle Data] Contact Form 7 integrationThanks turkspartan,
Your tutorial had me up and running in no time.
Hey zaus thanks for your help.
This is what I’m trying to do. Maybe if a explain everything you’ll be able to help me or point me to a better solution.
I’m working on a member’s only portal where logged-in members will be able to submit leads to Velocify. Each member will have their own Velocify Campaign ID. This is why I need the submission URL to change dynamically.
I’m handling the memberships with the s2Memember plugin, and I’m using your Dynamic Text Extension plugin to insert the two hidden fields (campaign id & redirection URL) in the form. Your Dynamic Text Extension plugin was the only one capable of inserting the s2Member short codes in this hidden fields, that’s the reason I’m using it.
So what I’m trying to accomplish that the hidden fields change dynamically based on the user logged-in using the form, and that they post URL changes dynamically as well based on the value of those hidden fields. This way I could just use one form and one 3rd-pary service setup.
Yes I can hardcore the Velocify Campaign ID and Redirection URL but this will require me to build a form and 3rd-party setup with mappings to every single user. If I ever need to update anything to the form I will need to do the same for every single one and I’m really trying to avoid that.
I even tried to avoid using 3rd Party Services plugin using this code on the Additional Settings tab of the contact form:
on_sent_ok: "var velocifyid = document.getElementById("velocifyCampaignID").value; var url = 'https://secure.velocify.com/Import.aspx?Provider=TradingFinancialCom&Client=TradingFinancialCreditLLC&CampaignId='+velocifyid+'&URL=https://cashwisetitleloans.com/confirmation.php'; window.location = url;"
But it didn’t work.
Any other suggestion will be very appreciated.
Thanks.
Forum: Plugins
In reply to: [Zilla Portfolio] How to change slugsThanks! Works perfectly.
Forum: Plugins
In reply to: [Edit Author Slug] Automaticly create email-based slugFor some reason I never got notified about this. I installed the plugin and works like a charm. Thank you very much!
Forum: Plugins
In reply to: [Login Logout Menu] Menu items wont change after succesful loginTried:
#bawloginout#%actualpage%|%actualpage%
but didn’t work either.Forum: Plugins
In reply to: [Login Logout Menu] Menu items wont change after succesful loginFYI I am using this plugin on a secured server. I just noticed that all re-directions are happening under http an not https.
This might be the reason why I’m having the issue mentioned above. Any suggestions on how to fix this?
Thanks!
Yeah, I’m trying to update the Widget form code but textareas are not editable. I’m able to select and copy the default text there but not edit.
Thanks!