Stephen Katz
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Request to delete URL from older threadI’ve read since posting op that it’s against forum policy to delete a thread.
I would really just appreciate it if you can please just remove the url beginning with “pro”.
I will take extra precaution on posting urls in the future. Thank you.
ok sent you e-mail.
If I provide you the zip for the premium form plugin, could you offer customization work if this would be a quick implementation?
If so, how much would it cost?
Thanks so much for fast reply!
Forum: Plugins
In reply to: [Calculated Fields Form] Can't get 1 form to send data to another.understood. will give that a try. thank you for your awesome support.
Forum: Plugins
In reply to: [Calculated Fields Form] Can't get 1 form to send data to another.sure the thank you page url is
Forum: Plugins
In reply to: [Calculated Fields Form] Can't get 1 form to send data to another.yeah, I have included that.
I had my code setup to look like this on the thank you page.
[CP_CALCULATED_FIELDS_RESULT] <pre style="display: none;"><script>// <![CDATA[ function setFieldValue(field, value) { jQuery('[id="' + field + '"]').each( function () { var e = jQuery(this), attr = e.attr('vt'), t = this.tagName; if (typeof attr == 'undefined' && t != 'SELECT') { e.val(value); if (e.hasClass('phone')) { value = jQuery.trim(value) .replace(/[^\d]/g, ' ') .split(' '); for (var j = 0, h = value.length; j < h; j++) { jQuery('[id="' + field + '_' + j + '"]').val(value[j]); } } else if (e.hasClass('date')) { value = jQuery.trim(value).split(' '); jQuery('[id="' + field + '_date"]').val(value[0]); if (value.length > 1) { var time = value[1].split(':'); jQuery('[id="' + field + '_hours"]').val(time[0]); jQuery('[id="' + field + '_minutes"]').val(time[1]); } } } else { if (t == 'SELECT') { e.find('[vt="' + value + '"]') .prop('selected', true); } else { if ((typeof value == 'object' && jQuery.inArray(attr, value) != '-1') || attr == value) { e.prop('checked', true); } } } }).change(); }; // ]]></script></pre> [/CP_CALCULATED_FIELDS_RESULT] [CP_CALCULATED_FIELDS_RESULT] setFieldValue('fieldname55_1', '<%fieldname27_value%>' ); [/CP_CALCULATED_FIELDS_RESULT] [CP_CALCULATED_FIELDS id="16"]Forum: Plugins
In reply to: [Calculated Fields Form] Can't get 1 form to send data to another.what do you mean by Routine?
How can I add that to the thank you page?
Is that different than the SetFieldValue() code inside the [CP_CALCULATED_FIELDS_RESULT][/CP_CALCULATED_FIELDS_RESULT] ?
Forum: Plugins
In reply to: [Calculated Fields Form] Can't get 1 form to send data to another.Im sorry I don’t understand what you mean. Do you mean that you don’t support that aspect of the plugin?
I thought the blog and the article was yours.
Forum: Plugins
In reply to: [File Away] Possible Bug Fix Requestthank you for looking into it and resolving it! the best~
Forum: Plugins
In reply to: [File Away] Possible Bug Fix RequestNo joke, you are crazy speedy. sent you e-mail.
Forum: Plugins
In reply to: [File Away] Possible Bug Fix Request/l (lowercase “L”)
/https:
/www.mysite.com
/base
/subthose are the hierarchy of directory actually being created, where the first level directory is uncontrollable by me
level 2 and 3 either exist or not depending on “wp install dir” or “site root”
level 4 based on base directory setting
level 5 based on sub path on shortcode.sorry i posted in wrong post.
Forum: Plugins
In reply to: [File Away] Possible Bug Fix RequestI am an accountant, and my work hours have been crazy lately for the 10/15 deadline! Haven’t been able to test recently. Thank you for checking in.
I came to test it tonight, and the shortcodes weren’t appearing at all on the pages. That was weird because it was working before when I had tested it few days ago.
After including debug=”on” on the shortcodes, there seems to be an issue with path to directories.
On Basic configuration, using for “Set Root Directory”,
Using WP Install directory: the debug displays shortcode is directing to
l/https:/www.mysite.com/base/subSite Root Directory: the debug displays shortcode is directing to
l/base/subThe base and sub path was not an issue prior, so I think possibly plugin update made some changes to my site.
As always, thanks for such active support on an awesome plugin.
Forum: Plugins
In reply to: [File Away] Possible Bug Fix RequestHello developer. I’m sorry I had been away for several days over the weekend and it’s so awesome to see a developer so active with support and it’s not even paid support. Much kudos to you.
Can I go home and look through your comments and get back to you?
THank you!
Forum: Plugins
In reply to: [Cartpauj PM] E-mail notification on new message/replyoh great! thanks!
Which file can I edit to create a HTML template for e-mails?