siddheshsj
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit Card saving during registrationThanks for reply. I can handle writing a cron but what i’m looking for is can this extension be used to store credit card details or generate token based on credit card information provided??
Also is there any hook which can be called to charge customer using their card details or customer id stored in stripe server??
Thanks,
SiddheshThanks for above info.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Multisite UsabilityHello Vsourz,
Thanks for your reply. I know subject for above ticket may sound wrong but main point is that if it is possible to make any changes in your plugin to achieve what i mention above.
As a developer i can understand your point of multi-site but finally its client requirement that i need to fulfill.
Thanks,
SiddheshForum: Plugins
In reply to: [Essential Real Estate] Integration with IDXThank you for above.
But i was thinking,it is not possible for general advance search shortcode?? As i have not put status yet and i’m using general properties to display with filterForum: Plugins
In reply to: [Essential Real Estate] Integration with IDXok no problem. I have 1 more question w.r.t price slider
When i set max price to more than 1000 it is not updated on frontend. Can you please check ???
Forum: Plugins
In reply to: [Strong Testimonials] Hook for validating existing fieldsWay i see it , both reasons(typing error & fake mail) are considered as invalid email id won’t be of help if i want to send mail or just keep record in db
Forum: Plugins
In reply to: [Strong Testimonials] Hook for validating existing fieldsThanks for the update.
1 more issue i found out w.r.t. email validation
It is accepting test@testcom , if you notice i dint add .com. So i guess if you are using pattern for validation than regular expression must have .(dot) domainHi,
Thanks for your help. Much appreciate it
I managed to solve the issue with single form as you said.Just a suggestion:
Please make documentation for custom integration much clear as there are some hidden fields which are need to be pass along with form like form-id , form attributes while form submission.Hi,
Custom field integration is active . Also double opt-in is on.But now i’m trying to submit 2 forms
— One is my custom form
— 2nd mailchimp default form
Before 1st form(custom) get submit, i have written script to submit mailchimp form
and it works fine( email is received) when i prevent submission of custom form.My question is if i want to submit both forms, do i need to put delay between the 2??
or any other method??- This reply was modified 7 years, 4 months ago by siddheshsj.
- This reply was modified 7 years, 4 months ago by siddheshsj.
Hi Harish,
My custom form email field code:
<input id=”wpmtst_email” type=”email” class=”text email” name=”email” value=”” tabindex=”0″>Does it require to prefix with “mc4wp-” i.e. name=”mc4wp-email” ??
Also how the request will be made to your server when form is submitted??
Since submit button:
<input type=”submit” id=”wpmtst_submit_testimonial” name=”wpmtst_submit_testimonial” value=”Add Testimonial” class=”button” tabindex=”0″>Any idea how long will it take??
Also i was trying to integrate custom mailchimp code with form.Code:
<p>
<label>
<input type=”checkbox” name=”mc4wp-subscribe” value=”1″ />
Subscribe to our newsletter. </label>
</p>But name of checkbox field is not accepting “mc4wp-subscribe”, also value attribute is missing to set by default
Forum: Plugins
In reply to: [Strong Testimonials] Special field shortcodeYes that sounds good . I dint think that way.
You are awesome ?? Thank you sooo muchForum: Plugins
In reply to: [Strong Testimonials] Special field shortcode@chris Dillon
Thanks alot for your help. Much appreciated
First filter function which you gave is working perfectly fine.
Can you please tell where to put function(hook:wpmtst_form_rendered) for display( i mean file wherein i can put)
Also i was trying to display date stored in db on testimonial slider which is available by default along with rest of the fields.
Do i need to write shortcode( consisting of wp_query) to fetch date for each postid everytime??