I want applicants do not upload their resumes. We would like to disable the upload of the resumes and just have them send them to an email address. But we can’t find anywhere to remove the resume upload field from the form. How can we remove the ability to attach a resume?
I have tried to hide the form through CSS but it is not the solution ,
I know there is a addon for it but I couldn't by it.
Related
I tried to insert a custom button through the code in the page.php file for each product page in order to connect functionality to this button in the future. In the future, it should look like this: click on the button, call the window for sending by mail a generated pdf file with a photo gallery on this page (if this is even possible). I'm new to wordpress and not closely related to web development, but I have a task in front of me and I'm trying to find a solution. I've tried adding a button through the function.php file by hook woocommerce_after_single_product_summary and i did it. I have only button for every product page. this is my code
add_action('woocommerce_after_single_product_summary',function(){
printf('<button class="send_button">SEND PDF</button>');
}
);
But now after click on this button i need to call window for sending by mail generated pdf file (like pdf attachment with a photo gallery on this page). Please help me to suggest how I can do this without plugin. Thank you very much in advance.
I'm doing a WordPress page and I need that the people that visit the page can send to me (the owner) images.
I don't want them to be able to upload them to the page, I just want to be able to receive the images via mail.
Is there any wordpress plugin that can do this?
use contact form 7, create a form like this
[text* your-name placeholder "Name"]
[tel* your-phone placeholder "Phone Number"]
[email* your-email placeholder "Email Address"]
Attach Image (upto 2mb)// normal hosting space is having this much upload limit only
[file* your-file filetypes:jpeg|png limit:2mb]
[textarea* your-message 40x3 placeholder "Message if any"]
[submit "Send Now"]
Go to Second Tab called as 'mail'-> Go Down and add this in file attachments - [your-file]
Save contact form and use the shortcode to display on your page as a form.
You will receive image in your email as an attachment.
You can use google forms:
https://www.google.com/forms/about/
Here is the example:
https://www.iamm-kw.net/
scroll down to the button "Send Video"
when you click or tap the button, you will go to google forms website where you can log in with your google account and submit almost any heavy file.
You will be notified via email that somebody sent you a file.
The file may be logged in google sheets (kind of excel doc) with all the form values.
For example:
Name Joe Last Name Dow File Description this is my first attempt to take a good photo in the woods. Comments: please, accept this file
This Google sheets file will keep a log of all their uploads and whatever fields you specify in the upload form.
Cons: to upload a file they will need a Google account
Every time somebody visits the forms site, even without uploading anything, Google will send you a letter, that you have 15 GB left and if you don't want your users to have problems with upload, please upgrade your storage.
Pros: Fast and convenient. No plugins, no codes. big files, you can keep logs.
i want to create a job portal website with PHP and add a CV section on it for example when the user want to apply for a job he will click on the cv section section and fill the form and he will click on submit bottom which will sent to the administrator and the administrator will have the possibility to download the CV in an PDF format .how can i do that with php?
Code the whole process or use existing services that can provide CV or Pro Profile.
Viadeo, DoYouBuzz (Linkedin doesn't offer a great API for this) or parse a Doc / PDF with solution like Sovren parsing.
You ask for a whole project, you won't find this out of the box.
I am using Plupload to allow users to upload images in a form. I am able to successfully upload images using Plupload. My program also allows users to save the form and continue editing/posting later. Now when the user resumes the form later I want to pre-load those files in Plupload from the server. I am not sure how to implement this.
I have been trying to implement addFile, but cannot implement. I would like to preload or add files to plupload programmatically.
Link:
Add File Method
Your help would be appreciated!
I want to create a programme that can
take text input from user and adjust anywhere in specific div
change font, fontcolor and size as per user selection
upload image as background
save whole customization and send as email
with help of PHP/JavaScript
Can anyone suggest how to do this.
Main issue is create image from user customization.
An existing programme to do this is also acceptable
I am programmer and working on php javascript magento
EDIT
Reading your description, it doesn't sound like you really need a screencapture-like version of the content the user created, you just need an HTML embedded editor and a way for someone to upload an image as the background with a way to preview the result. You can send emails with backgrounds using CSS.
(Not sure what you mean, but I presume you can figure this one out)
Use TinyMCE for an editor: http://tinymce.moxiecode.com/
Use jQuery AJAX file upload plugins (maybe http://www.uploadify.com/)
Submit the form (with the selected settings and edited html) to server and process as email
Try here for how to add an image to the background of an email:
http://www.campaignmonitor.com/blog/post/3170/adding-background-images-to-your-email-in-two-simple-steps/