Wordpress - URL download with email form - wordpress

I have a WordPress page and a form. The form is generated by Contact Form 7 and Email Before Download. Currently it works like this:
[email-download download_id="***" contact_form_id="***"]
So when the user fills out the form, he gets the download link to the file. Can I add a download without a file? I want to just hide a URL behind this registration form. So when the user registers, he gets an email with the url, but there's no file, just a webpage.
Is there a way to do this?
Thank you!

It looks like you are using "Email Before Download"-wordpress plugin.
This plugin (v2.0 and newer) has an option to only email the link to the user;
[email-download download_id="***" contact_form_id="***" delivered_as="Send Email"]
(EDIT) To use an external link:
[email-download download_id="***" contact_form_id="***" file="http://www.google.com"]

Related

Advanced Forms (Free version) question notification email

I’m using the great Advanced Forms plugin (Version: 1.9.1) for Wordpress for a client.
Therefore I have a question. How can I send the current page/post title inside the notification email where the form is completed in? https://www.docuconcept.nl/documentoplossingen/digitaal-ondertekenen/ It's about the green "Demo aanvraag" button which will open in a pop-up.
I know that I can use {all_fields} for the filled fields. But can I somehow also retrieve the source page title? So that the client knows on which page the user was? I know that with another form plugin like WPForms it's possible with some special tags.
Thanks already!
I tried multiple tags like [url] [page_title] etc but nothing works.

How to pass form input values to another page in Wordpress with Elementor

I have searched the web for answer for almost a day and I couldn't find any answer about that.
Assuming that I'm having a Form created by the simple elementor form widget, and a client inserting a data there(name, email, number) and in another page I have some icon buttons(email, whatsapp, etc..) that should redirect the client to contact me
Like this one:
https://wa.me/1XXXXXXXXXX (Whatsapp start a chat link)
What I want to accomplish is that the input value from "Phone field" will replace the "1XXXXXXX" in the URL after the form is submitted
Is there any way to accomplish that? or any guide?
You can use POST method of php.
All you have to do is to create a page (i.e. submit) and then create a file in your theme folder (rather use child theme) with the name page-submit.php and write down your php code in it (use cpanel/direct admin to edit the file). Also, you should send your form to submit page, use action attribute in your form tag.

How to put QR code to pdf in wordpress with using a plugin?

I created a form in WordPress with Contact Form 7 and created pdf from the informations which user put there. For that I used plugin Send PDF for Contact Form 7. After submit the for it's send to email. Now I need to put to the pdf also QR code with informations from the form. Is there any plugin I can use? Or how can I do that? Thanks for help.
You could use a qr-api like this one and just add the form data and the end of the URL.
Then just insert it "Personalize your PDF" or where ever you're adding code :-)

Display form into the login page Drupal

I'm very new in Drupal and I encounter a problem.
I want to add a login page. So I have the page http://localhost/mytheme/user/login
I don't know how to display the login form into that page ....
Thanks for your help !
First way. This is standard drupal's login form. You can use it on your custom pages
user_login form
Second way. Rename Admin Paths module, which can rename you paths to standart user's operations. For example you have default yousite.com/user/login and you can set path to login as yousite.com/mytheme/user/login it's easy

How do I make a contact form 7 in wordpress

I want to Make a contact form in wordpress including input fields and some checkboxes , I want the form data to go to my email address.
How do I make one from scratch ?
Go to the wordpress dashboard and click "Contact" on the left hand side.
Click add new.
In this area you have two boxes, form and mail. Form is what is displayed on your website and mail generates what is sent to you (ie the e-mail address the form will be sent to and the default template of that e-mail).
Directing mail to your e-mail address is very simple - just change the "To" box to your e-mail.
The form box is completed by generating tags using the plugin. For example, to generate a file upload box you click generate tag -> file upload -> and change the options within (required field, etc) and then paste the given code to the form and the mail boxes where it directs you to.
Once this process is finished for all forms click save and copy the generated shortcode to the page you want to include this contact form in.
Hope this answers your question,
Paul
You can find all you need in their documentation.
Contact Form 7 Documentation

Resources