Post by Kill
Client's review of cooperation with Serhii Romanov
Post by KillThank you Sergey for your work. I easily responded to all my observations and wishes. The project has passed all the tests and fully meets my order. Great work. Thank you for cooperation.
Freelancer's review of cooperation with Volodimir Dmiterko
Post by KillIt is a clear task, a reasonable note. An extremely adequate person, easily found a common language while working on the project. Very pleased with cooperation!
-
Опишу детальні умови проекту:
У мене на сайті є форма у якій є три поля:
ім'я;
телефон;
e-mail;
Та кнопка "Відправити".
1) Мені потрібно, щоб після натиску кнопки "Відправити" інформація із заповнених полів передавалась листом на вказаний мною e-mail. При цьому два з полів є обов'язковими до заповнення. Це поля "ім'я" та один з двох інших: "телефон" або "e-mail".
2) Поля повинні проходити валідацію.
3) У форми є id. Цей id, а також адреса сторінки на якій була заповнена форма повинні передаватись в листі. Для цього у мене є скрипт що передає id та адресу сторінки у файл РНР:
<script>
$(document).ready(function() {
var form_send = function(form_to_send) {
$.post('send.php',$('#' + form_to_send).serialize(),
function(data) {
try {
if (data === 'ok') {
alert('sent');
}
else if (data === 'err_name_required') {
alert("Ім'я обов'язково");
}
} catch (e) {}
});
$('#parentDark_forma').removeClass('parentDark').addClass('dispNone'); // приховує форму
}
// і в атрибут data-form_id вказуємо id форми, який хочемо відправити
$('.form-submit-buttion').click(function(event) {
var form_to_send = $(this).attr('data-form_id');
form_send(form_to_send);
});
});
</script>
НЕ НАПОЛЯГАЮ НА ВИКОРИСТАННІ ЦЬОГО СКРИПТА. НАВІВ ЯК ПРИКЛАД.4) У цій статті - http://vk-book.ru/otpravka-pisem-cherez-smtp-s-avtorizaciej-po-protokolu-ssl-na-php/ вказано, що для функціонування такого додатку повинен бути також e-mail з якого відправлятимуться листи. Відповідно для кожного поштового сервісу передбачені свої налаштування. Якщо це дійсно так, то потрібно прописати такі налаштування для сервісів: Gmail.com , Ukr.net, Mail.ru, Yandex. Відповідно і проект «РНР-Поштовий клієнт» буде проходити тестування на відправку листів з різних поштових сервісів.
-
Current freelance projects in the category PHP
Fix CLSIt is necessary to fix the Cumulative Layout Shift through code PageSpeed does not see this problem, but through Google Chrome, it is visible that there is a layout shift for the desktop version of the page According to Google Search, there is an error regarding the speed of… PHP, Web Programming ∙ 3 hours 6 minutes back ∙ 16 proposals |
Transfer the fully ready adaptive HTML5 structure to WordPress.
268 USD
I am looking for an experienced WordPress developer who can convert our meticulously prepared static HTML5/CSS3 code into a high-performance custom WordPress theme. The frontend is almost ready (about 99%): semantic markup, metadata, and multilingual structure (hreflang) are… Content Management Systems, PHP ∙ 5 hours 59 minutes back ∙ 46 proposals |
GoPos IntegrationHello, has anyone done an integration of GoPos with a custom website for a restaurant in Poland? I need help, their documentation is very sparse, there is only swagger and it lacks descriptions. https://app.gopos.io/doc/swagger-ui/index.html The essence is this: we used their… PHP, Web Programming ∙ 21 hours 53 minutes back ∙ 21 proposals |
Write meta data for ALT using AIA website on Laravel, the site has many images for which it is necessary to automatically generate correct semantic and relevant ALT descriptions for the images, with the possibility of verification. AI & Machine Learning, PHP ∙ 1 day 19 hours back ∙ 33 proposals |
A developer is needed to complete and integrate a project for automatic data collection and processing.
16 USD
The main part of the parser has already been implemented. The parser works in a Windows environment through Microsoft Edge: the site has anti-bot protection, so data collection is performed not through direct HTTP requests, but through a live browser session. The scripts control… PHP, Web Programming ∙ 2 days 1 hour back ∙ 24 proposals |