jerryroxas
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API User] Optional Fields and User UpdateAli, I just sent you an email via the email address on the contact page of your website (https://www.parorrey.com/contact/). Please review and reply back to my email. Thanks for your help!
Forum: Plugins
In reply to: [JSON API User] Optional Fields and User Updatelol, i was gonna say… wow, that’s a lot of responses!
thanks for getting back to me, and for adding the nonce bypass on the pro version. the problem i have is that i’m posting to the json_api_user from within infusionsoft to create new users real time on my wordpress site. unfortunately, infusionsoft doesn’t allow me to capture and process the response from the json_api_user, so i can’t retrieve wordpress user cookies and then repost to the user_update method to update the meta fields.
do you have any suggestions to achieve what i need to do with your plugin? it would be really helpful, because i love how clean and simple your plugin is!
please let me know.
thanks!
Forum: Plugins
In reply to: [W4 Post List] Category list not showing using shortcodeThanks, Shazzad, it looks like our comments were simultaneous! Everything is working fine now!
Forum: Plugins
In reply to: [W4 Post List] Category list not showing using shortcodeNever mind, I found the issue. I needed to set the tax query to filer of slug, not name. and i used this template instead, and everything now works fine!
==
[posts]
<div class=”[post_class]”>
<h4>[post_date] : [post_title]</h4>
<p>[post_excerpt wordlimit=”20″]</p>
</div>
[/posts]
==No problem, great plugin! Have a wonderful day!
I figured it out. The customer tag value is case sensitive! I had it in your plugin as ‘WordPress Support’ and as ‘WordPress Support’ in Infusionsoft.
I matched them up, and problem solved!
Thanks!
Hey, Ryan. Sorry to bother you again, but I’m getting the following errors now:
1. Users are being created and/or updated fine.
2. Contact Tag no longer working. It was working fine when I messaged you earlier, but now its no longer working.The only thing I did was add a checkbox. Here’s the code:
===
<p>Your First Name
[text* infusionsoft-first-name akismet:author]</p><p>Your Last Name
[text* infusionsoft-last-name akismet:author]</p><p>Member ID
[text member-id] </p><p>Your Email
[text* infusionsoft-email akismet:author_email] </p><p>Subject
[text* your-subject] </p><p>Your Message
[textarea* your-message] </p>[checkbox* checkbox-684 “I agree to receive information from Premier Business Network, LLC.”]
<p>[submit “Send”]</p>
===Please let me know if I messed something up!
Thanks,
JerryScratch that, Ryan… I changed the value in the Contact Tag, and EVERYTHING works great! Nice plugin, looking forward to seeing it enhanced with additional features as it gains traction. Thanks for everything!
Ryan,
Wow, thanks for the super fast response! Ok, so I updated the plugin, and it works GREAT creating the user… except it didn’t apply the contact tag ?? I want to make sure I’m using it correctly. From the Contact Forms, I set the Contact Tag to ‘WordPress Subscriber’, and that should apply the tag to the user in Infusionsoft when it’s created, correct?