I need a shortcode for a dynamic text form tag, who can reveal an ID of custom post types (used CPT UI plugin) similar to post_title ( [dynamictext inputname “CF7_get_post_var key=’post_title'”] ).
I tried with this:
[dynamictext inputname “CF7_get_post_var key=’ID'”]
…… it works, but it doesn’t give me the correct ID, shows the one automatically assigned by WordPress.
I have CPT named ‘Jobs’ with a custom taxonomy named ‘Jobs ID’ ( id_jobs ->taxonomy slug ) for every Job/ post, which I want to use in the field. So I tried to use the slug as the value key=’id_jobs’ here [CF7_get_current_var key=”<insert key>”]
[dynamictext inputname “CF7_get_post_var key=’id_jobs'”]
It shows an empty string, because the key value is not correct or it’s not on the allow list.
Anyone with an idea how to dynamically autofill the ID field (like post_title) to include the custom ID of the current post? Thanks in advance.
]]>The Dynamic Text field UACF7_URL only returns https://www.domain.com/
Is it possible to get the full url or the first-name variable?
Tks
]]>EX: myweb.com/[email protected]
…
In the CF7form write this:
[dynamictext recipient-email "CF7_get_custom_field key='user_email'"]
Objective: you can send an email a some people. A button with a link for a destination.
The link email is hide
I am using this plugin to display and update user details in a form. The form makes use of the wpcf7_before_send_mail hook to update user details with wp_update_user(). However after submitting the form the user values revert to their last known state. When I refresh the page the user details are appearing correctly as form values. Have I done something incorrectly or is this currently not possible with this plugin?
Regards,
Costa
]]>I created a dynamic text field as subject for individual product inquiries with the name of the product. But I want to have a standard text in front of the dynamic text.
For example I want to have the standard text “Inquiry” in front of the product names, so that not only the product name displays in the subject.
–> “Inquriy: Sofa XY”
Thanks for your help, Sarah.
]]>It happens only with dynamic hidden fields. If we add HTML in contact form 7 message body, it works properly and changes HTML to content.
https://www.salesarchitects.com/white-paper/differentiatorsposter/
Fill this form you receive a dynamic post with HTML tags. It happens after update my WordPress version to 5.0.
Can you help regarding this issue?
]]>This is David here. I am facing an issue with my dynamictext. After adding the the title and url in the form, I am able to see the title and url in the frontend but not receiving any title or url in the mail. Here is the image for the reference https://prntscr.com/i21j3l. Can you please help/guide how can i fix it ?
Thank you,
David
On submit of the second form, I need to Cc the email address that was passed through but I think because it is not technically an “email*” field it is not working.
The email sends fine if I put a static email as the recipient, but the dynamic text as “To:” or “Cc:” will not send which defeats the purpose.
How can I use the email address in the DynamicHidden field to send email to?
]]>Love this CF7 addon! I am able to pass more than 1 field via PHP into the DTX for display on the form but seem unable to populate more than one mailtag with a DTX field e.g.
ON THE CF7 FORM TAB
<p>Property Name: [dynamictext dynamicname readonly “CF7_POST key=’propname'”] </p>
<p>Property Link: [dynamictext dynamicname readonly “CF7_POST key=’propurl'”] </p>
Pulls in the name and URL correctly
ON THE CF7 MAIL TAB
Property name: [dynamicname “CF7_POST key=’propname'”]
Property URL: [dynamicname “CF7_POST key=’propurl'”]
Both “Property name” and “Property URL” contain ‘propurl’ but if I remove propurl, it pulls in the propname correctly
It seems to pick up the last post value only. Is there a way of getting both values?
Thanks
https://www.ads-software.com/plugins/contact-form-7-dynamic-text-extension/