Find Jobs
Hire Freelancers

TO edit email web form such way so that it will support special characters like ščťžáé

$10-30 USD

Ditutup
Dibuat 7 bulan yang lalu

$10-30 USD

Dibayar ketika dikirim
I am looking for a developer to edit my email web form to support special characters like ščťžáé. Skills and experience needed: - Proficiency in HTML, PHP, and web forms - Knowledge of character encoding and handling special characters in web forms The project involves making modifications to an existing HTML and PHP form to ensure that it supports the specified special characters. No additional features or modifications are required, just the character support. In body is this: <form id="contact-form" action="[login to view URL]" method="POST" accept-charset="UTF-8" ...> <label for="name">Name:</label> <input type="text" id="name" name="name" required> <label for="email">Email:</label> <input type="email" id="email" name="email" required> <label for="subject">Subject:</label> <input type="text" id="subject" name="subject" required> <label for="message">Message:</label> <textarea id="message" name="message" rows="10" required></textarea> <input type="submit" value="Submit"> </form> <div id="error-message" class="error"></div> </div> In submit page is this: <?php // Get the form data from the POST request $name = $_POST["name"]; $email = $_POST["email"]; $subject = $_POST["subject"]; $message = $_POST["message"]; // Set the recipient email address $to = "email"; // Set the email headers $headers = "From: $email" . "\r\n" . "Reply-To: $email" . "\r\n" . "X-Mailer: PHP/" . phpversion(); // Send the email mail($to, $subject, $message, $headers); ?> In script is this: // JavaScript code for validating and submitting the form // Get the form element var form = [login to view URL]("contact-form"); // Get the error message element var errorMessage = [login to view URL]("error-message"); // Add an event listener to the form submit event [login to view URL]("submit", function(event) { // Prevent the default behavior of the form submit [login to view URL](); // Get the input values from the form var name = [login to view URL]("name").value; var email = [login to view URL]("email").value; var subject = [login to view URL]("subject").value; var message = [login to view URL]("message").value; // Validate the input values if (name == "" || email == "" || subject == "" || message == "") { // If any of the input values are empty, display an error message [login to view URL] = "Please fill in all the fields."; return false; } else if (!validateEmail(email)) { // If the email is not valid, display an error message [login to view URL] = "Please enter a valid email address."; return false; } else { // If everything is valid, clear the error message and submit the form data [login to view URL] = ""; submitFormData(name, email, subject, message); return true; } }); // A function to validate an email address using a regular expression function validateEmail(email) { var regex = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; return [login to view URL](email); } // A function to submit the form data using AJAX function submitFormData(name, email, subject, message) { // Create a new XMLHttpRequest object var xhr = new XMLHttpRequest(); // Specify the request method and URL [login to view URL]("POST", "[login to view URL]"); // Set the request header for sending form data [login to view URL]("Content-Type", "application/x-www-form-urlencoded"); // Create a query string with the form data var data = "name=" + encodeURIComponent(name) + "&email=" + encodeURIComponent(email) + "&subject=" + encodeURIComponent(subject) + "&message=" + encodeURIComponent(message); // Send the request with the data [login to view URL](data); // Handle the response [login to view URL] = function() { if ([login to view URL] == 200) { // If the request was successful, display a success message alert("Your message has been sent. Thank you!"); // Reset the form fields [login to view URL](); } else { // If the request failed, display an error message alert("Something went wrong. Please try again."); } }; All pages are charset=utf-8. What am I doing wrong? Please, bid only if you can tell me how to fix it and if you can do it for 5-10 dollars, before I select you. Thanks a lot.
ID Proyek: 37342186

Tentang proyek

10 proposal
Proyek remot
Aktif 6 bulan yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
10 freelancer menawar dengan rata-rata $18 USD untuk pekerjaan ini
Avatar Pengguna
Hello, I am Nitin, a seasoned Web Programmer with 14+ years of experience. I understand that you are looking for a developer to edit your email web form so that it supports special characters like ščťžáé. I have the necessary skills and experience to tackle this project: - Proficiency in HTML, PHP and web forms - Knowledge of character encoding and handling special characters in web forms - Experience in working with web forms - Proficiency in HTML, PHP, and web forms - Knowledge of character encoding and handling special characters in web forms It is my goal to provide outstanding service while making sure that all requirements are met. Please feel free to reach out at any time so we can discuss how my freelance services can meet your needs. Thank you for your consideration!
$10 USD dalam 1 hari
5,0 (486 ulasan)
7,3
7,3
Avatar Pengguna
Dear Concern, Thanks for posting your valuable project called “TO edit email web form such way so that it will support special characters like ščťžáé ” I’m a full-time Web Designer and Developer, having sound knowledge and 12+ years of work experience in the related fields. I’m attaching here my portfolio so you can check it out and get a feel for my work: https://www.freelancer.com/u/shohaib15 . I am excellent Web Designer and Developer with including skills - UI/UX, Figma, XD, illustrator, Photoshop, Web design, Mobile App design, Wordpress, Shopify, Squarespace, Wix, bubble, Webflow, Duda, PHP, HTML, CSS, JavaScript, JQuery. Also expert on Divi, Elementor, Oxygen. I can make your site fast to load, Responsive for All Devices and User Friendly with an Eye-Catchy Look so you can grab more client. I can start from now and can deliver this project asap With your 100% Satisfaction with Unlimited Revisions Please message me for any question to discuss in details. Best regards, Shohaib
$30 USD dalam 1 hari
4,8 (21 ulasan)
5,6
5,6
Avatar Pengguna
I understand that you are looking for a developer to edit your email web form so that it can support special characters like ščťžáé. Specifically, I have extensive experience in HTML, PHP, web forms and character encoding. With my expertise in these areas, I am confident that I can provide the necessary support to enable the form to support special characters like ščťžáé. I would be pleased to discuss this project with you further and provide any additional information or clarification that you may require. Please don't hesitate to contact me if you have any questions or would like further clarification on any part of my profile or services. Thank you for your consideration!
$10 USD dalam 7 hari
5,0 (16 ulasan)
4,8
4,8
Avatar Pengguna
Hello, I have successfully resolved the issues with your form. Please reach out so I can share the complete source code. Looking forward to your response. Best regards,
$30 USD dalam 1 hari
5,0 (6 ulasan)
3,1
3,1
Avatar Pengguna
Dear Juraj I can fix your code within 2 hours with your price I am ready to start your project right now ✅ Sincerely
$20 USD dalam 7 hari
5,0 (11 ulasan)
3,2
3,2
Avatar Pengguna
Confident that I can solve it. However I have few questions. Can we have a chat so I can make sure we are on the same page?
$10 USD dalam 1 hari
5,0 (4 ulasan)
2,7
2,7
Avatar Pengguna
Respected One, We appreciate you sharing this useful project, "TO edit email web form such that it will support special characters like \~č\\áé." I work as a full-time web designer and developer with over 12 years of relevant professional experience under my belt. My skills include UI/UX, Figma, XD, Illustrator, Photoshop, Web design, Mobile App design, WordPress, Shopify, Squarespace, Wix, bubble, Webflow, Duda, PHP, HTML, CSS, JavaScript, and JQuery. I am an amazing web designer and developer. adept in Divi, Elementor, and Oxygen as well. I can make your website load quickly, be responsive across all platforms, be user-friendly, and have an eye-catching design so you can get more
$16 USD dalam 2 hari
5,0 (5 ulasan)
1,3
1,3
Avatar Pengguna
Hello my name is Attiq Arain i am a full stake developer in the field of php wordpress asp.net c# and js i will do this foryou, this is not a hard task it will be required 1 hour
$20 USD dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hi sir, i looking into your requirement and I understand that your email also takes ščťžáé this special character as a valid email input. I can make it easily you can trust me and give me the project. I need some email ID which contains this special character for my testing purposes. I don't need your project source code because it only needs to change the email validation function. So give me a chance to start as a freelancer. if you think I charge more than the marker price then you can negotiate the price. But give me this project. I want to start my career payment is not my first priority. I can deliver it within a day. Thanks in advance for considering me as your developer.
$10 USD dalam 1 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera SLOVAKIA
Etobicoke, Slovakia
5,0
35
Memverifikasi Metode pembayaran
Anggota sejak Mei 18, 2008

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.