Neo_dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Gravity FormsThanks Michael!
In the meantime I installed back the previous version of Gravity Forms and it works.
I didn’t have it saved but used the one from my site backup and installed it back on my server (in case anybody would have the same issue).Forum: Plugins
In reply to: [Contact Form DB] Filter with field value from another formThank you Michael!
Last question, is it possible to put the current page title as a filter variable?Something like:
filter=”Field1=current_page_title”Thanks.
Forum: Plugins
In reply to: [Contact Form DB] Filter with field value from another formI tried with a script:
<p id=”demo”></p>
<script>
// <![CDATA[
var x = ‘[cfdb-value form=”Form1″ filter=”Field2_Form1=Value”][/cfdb-value]’;
var y = ‘[cfdb-value?form=”Form2″ filter=”Field2_Form2=’ + x ‘”][/cfdb-value]’; document.getElementById(“demo”).innerHTML = “Theme: ” + y;
// ]]>
</script>I get the value for x but nothing for y. Is there a way to put a variable as a value in the shortcode?
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] URL field max lengthIt works ??
Thanks a lot!Hey gvh,
I have the same situation you have with conditional hidden fields with the same label name.
The other fields look like they are working.
The last version before 2.8.22 was working fine I think.Hi Michael,
Same issue here. It use to work but not anymore…
Thanks.The pattern works for the address at the top of the description (wpl_prp_container_content_title) but not for the order the address items are shown on the Address Map section (in the wpl_prp_container_content_left > wpl_prp_show_detail_boxes).
In the FLEX the Location Field includes Country, State and City so I can’t change the order they appear from there…
Not sure what to doWorks!
Thanks.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Contact agent formHello,
I looked at the log of my server and finally found the reason why…
The way I fixed it was to enable filter_var et ctype_digit in PHP. The form is using it and doesn’t work if they are not enabled.
Hope this helps ??Neo.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Contact agent formHere is the website if you want to check the send button:
https://marlenebutler.com
thanks.Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Contact agent formStill not working… and the site is online.
So if I understand correctly, when a client visit a page for a property details and the “contact agent” is there, when he press on ‘send’ a notification is sent to the agent of that listing through the email address registered in his wordpress user profile?
My notifications are enabled. Any reason why the send button would not work?
Also, what are the notification sender email and sender mail?
Thanks.Forum: Fixing WordPress
In reply to: Adding 1 media creates multiple attachment IDforgot to mark topis as resolved
Forum: Fixing WordPress
In reply to: Adding 1 media creates multiple attachment IDJust found the issue… WPML Media is the cause of the bug! Deactivated it and it works again. Now I have to erase all the extra files!!!