Jquery form validation ajax asp jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 jquery form validation ajax asp jobs found, pricing in USD

    I'm in need of an Excel expert to process and validate numerical data. The successful candidate should be able to perform basic validation including checking for empty fields and ensuring correct data types. Ideal Skills: - Expertise in Excel and data handling - Proficiency in basic data validation techniques - Solid understanding of numerical data On successful validation, the processed data should be delivered in an Excel format. This project requires a strong attention to detail and accuracy. Prior experience with similar projects would be a plus. Your ability to perform simple but accurate data validation will be key to this role.

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    26 bids
    .NET Core API 8.0 Fix it 6 days left
    VERIFIED

    ...encountering authentication issues which is deeply affecting usability. - Enhancing data consistency: I have been observing a distressing amount of data inconsistencies that need rectifying. - Implementing user registration and authentication: I need to provide my users with a smooth registration and login process to enhance platform accessibility. - Building data validation and error handling mechanisms: My API is in dire need of solid data validation and error handling procedures to increase reliability. - Integrating with external systems: The API should interact efficiently with other systems for seamless functionality and user experience. Key skills required for this project include in-depth knowledge of .NET Core API, authentication processes, error handling, and sy...

    $44 (Avg Bid)
    $44 Avg Bid
    12 bids
    Validation of Political URLs 6 days left
    VERIFIED

    This is a transparency project documenting US political accounts only. To complete this work you do not need to program, code, or have any login. You do need to be able to identify real social media accounts and avoid fake ones. I've got a spreadsheet with 300 links to TikTok profile searches 1. Click on the link 2. Look for an officials account that is Verified or Unverified 3. Paste the found officials account and not if it is verified ("Y") or not verified ("N") 4. If it appears that there is no officials account then enter "none" For example with this link: You would respond: A. User profile link @ed_markey?lang=en B. Verified "Y" Test1, what would you respond with for this link? Please send me your result to Test1 to show t...

    $94 (Avg Bid)
    $94 Avg Bid
    36 bids

    ...- The script should be able to automate data entry and processing on Google Sheets. When the script is manually triggered, it should fetch and process the data from the specified source and update the sheet accordingly. - Experience in developing complex formulas and functions in Google Sheets is highly preferred. - It is also important that the script is able to maintain data integrity and validation when processing the data on the sheet. Google Drive Automation: - The script should also be able to interact with Google Drive. - Your knowledge of Google Drive's API will be essential in ensuring the script can accurately move and manage files within the drive. - The script should also be able to handle exceptions securely and provide proper error handling mechanisms in ca...

    $508 (Avg Bid)
    $508 Avg Bid
    17 bids

    Create a landing page with the FORM on the right side to obtain registration. Let's go to the home page: From the home page we will get the available offers, Version 1.0 to Version 1.4, highlighting the Version 1.0 offer which is free on the left side of the registration form. Some details to use or have other ideas. - LTCMiner v1.0 Free. - Earnings up to 20 LTC. - Daily Payments. - No withdrawal limit. - Support 24/7 * Inputs: * Name * E-mail * Password I need this page to be optimized to obtain registrations. You can use the colors on the website, if you wish to use other colors to attract greater attention, this is permitted. I need the page to be in HTML + CSS + JQuery and responsive.

    $107 (Avg Bid)
    $107 Avg Bid
    76 bids

    ...Creation: Upon successful OTP verification, generate a unique referral code for each user; Create separate tables to manage user wallets, allowing users to perform transactions and manage their funds securely. Additional Requirements: Utilize Laravel 10 or 11 for development. Ensure the API endpoints are well-documented for seamless integration with client applications. Implement error handling and validation to enhance the security and reliability of the API. Adhere to best practices in Laravel development, including code organization, performance optimization, and security measures. Deliverables: Fully functional Laravel project meeting the specified requirements. Documentation outlining API endpoints, request/response formats, and usage instructions. Source code repository ...

    $92 (Avg Bid)
    $92 Avg Bid
    17 bids

    I'm looking for an experienced video editor who can help create a more than 5 minutes long, animation or motion graphics based...experienced video editor who can help create a more than 5 minutes long, animation or motion graphics based video. Key Requirements: - Create a seamless, engaging and professional video from the provided raw footages. - Incorporate compelling motion graphics and animation to add dynamism and visual interest. - Must have experience in editing long-form video content. Ideal Freelancer: - Experienced in video editing, especially in creating engaging long-form content. - Proficient in working with animation and motion graphics. - Excellent understanding of pacing, timing, and storyboarding. - Strong communication skills to understand and deliver...

    $239 (Avg Bid)
    Local
    $239 Avg Bid
    2 bids

    As one aiming to maximize my productivity, I'm in need of a proficient data entry professional who can assist in data transcription, processing, and validation. This task revolves around: - Handling a medium scale data volume, approximately between 100-1000 records. - Processing data I have currently stored in an Excel Spreadsheet. Freelancers with the following skills are ideal for this job: - Expertise in Excel and data entry practices. - Experience in data validation. - Strong attention to detail. Your primary responsibility would be to ensure the accuracy and usefulness of my data efficiently. Your proficiency and speed are key to the success of this project.

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    48 bids

    ...application featuring a modern and intuitive user interface. Requirements Analysis: Implementing secure session management, hashing, and salting passwords. Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionalities: user aut...

    $146 (Avg Bid)
    $146 Avg Bid
    31 bids

    ...developing an intuitive user interface for the invoice generating application. Implementing functionality to capture weight inputs from a digital weighing scale. Developing logic to calculate invoice totals based on weight inputs and prices. Integrating with accounting software for seamless data synchronization. Ensuring robustness and security of the application through thorough testing and validation. Requirements: Proficiency in both front-end and back-end development technologies, such as HTML/CSS, JavaScript, Node.js, React, or Angular. Experience in interfacing with hardware devices and integrating them into web applications. Strong understanding of relational databases and experience with database management systems like MySQL or PostgreSQL. Knowledge of RESTful API desig...

    $310 (Avg Bid)
    $310 Avg Bid
    17 bids

    ...handle the user interface and form submission, while Node.js will perform the accessibility checks using axe-core. Step 2: PHP Script for the User Interface The PHP script provides a form where users can input a web address. Upon submission, PHP will call a Node.js script that uses axe-core to evaluate the accessibility of the website. php Copy code <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $url = $_POST['url']; // Execute the Node.js script that utilizes axe-core $command = escapeshellcmd("node " . escapeshellarg($url)); $output = shell_exec($command); echo "<pre>$output</pre>"; } ?> <form method="post"> URL: <input type="text" name=...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    58 bids

    I have over three hours of raw footage that needs to be edited. The type of editing I'm looking for is basic, including cutting, trimming, and adding standard transitions (cuts and fades). Ideal Skills: - Proficiency in video editing software - Experience with long-form content editing - Strong attention to detail and editing precision I'm seeking a professional video editor who can transform this raw footage into a cohesive and engaging final product while maintaining a high level of quality.

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    33 bids

    I'm in search of a freelancer proficient in COMSOL Multiphysics to devise a model for a convection heater on a Polyimide substrate. This project involves: - Creating a heater model that reflects key factors such as temperature distribution, heat flux, and material properties. - Ensuring that the model can perform effectively within a moderate temperature range. - Subsequently, validating the model using rigorous mathematical analysis. Ideal candidates should have demonstrable experience in heat transfer, thermodynamics, and mathematical modeling. Familiarity with Polyimide substrates is a plus. Achievement of this task requires a robust understanding of COMSOL Multiphysics software.

    $209 (Avg Bid)
    $209 Avg Bid
    3 bids

    ...application featuring a modern and intuitive user interface. Requirements Analysis: Implementing secure session management, hashing, and salting passwords. Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionalities: user aut...

    $196 (Avg Bid)
    $196 Avg Bid
    31 bids

    ...backend to ensure seamless data flow and functionality. API Development: Develop any necessary APIs in Laravel to facilitate frontend-backend communication. Data Binding and State Management: Implement data binding and state management using Vuex or other appropriate methods. Routing: Set up routing in Vue.js using Vue Router to enable navigation within the application. Validation and Error Handling: Implement form validation and error handling on both frontend and backend to ensure data integrity and security. Optimization and Performance: Optimize the application for performance and scalability, considering factors like caching, code splitting, and lazy loading. Testing: Write unit tests for frontend and backend components to ensure the reliability and stabi...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    10 bids

    ...should be proficient in implementing essential formulas such as Sum, Average, and Count. They will play a crucial part in calculating and managing data effectively. - **Data Validation**: I need guidance on implementing data validation processes to ensure the accuracy and consistency of my data entries. Ideal Skills and Experience: - Proven experience in working with Google Excel and enhancing its functionalities. - Proficiency in formatting Excel tables to improve visual appeal and readability. - Strong understanding and application of essential formulas like Sum, Average, and Count. - Experience in setting up data validation processes in Excel to maintain data quality. - Good communication skills to explain the changes made and provide guidance on managing the Ex...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    48 bids

    I have image form i want to make the form in excel to print it directly

    $101 (Avg Bid)
    $101 Avg Bid
    42 bids

    ...working from home. Candidate’s Experience ------------------------------------------------------ The candidate will need to have experience with the Laravel 8.0 framework. 80% of your time will be spent developing new functionalities and 20% might be spent troubleshooting issues in production as and when needed. Key Skills Required: 1) Proficient with PHP, HTML5, JavaScript, JQuery, JSON, REST API, XML, AJAX and CSS3 2) Experience working with the MVC Framework Laravel 8.0, Laravel Livewire, Tailwind CSS 3) Experience building API integration such as GupShup, WhatsApp, Telegram, Twitter, Facebook, Google maps, Instagram, etc. 4) Hands-on experience in MySQL databases 5) Experience with Amazon Web Services 6) Optimization SEO/Content/Website Speed, Web secu...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    60 bids

    ...Cyber security services, including Vulnerability Assessment & Penetration Testing, Network Security Testing, Cloud Security Audits, Security Compliance Assurance among others. 2. Managed Cyber Security services for SMB's like Real time monitoring of their assets for security loopholes etc. 2. Big Data Testing Services, including Data Migration Testing, Data Warehouse Testing, ETL Testing and Validation, Business Intelligence Reports Testing among others. We are searching for a partner who can be responsible for our business development of our cyber security and big data testing services and solutions to potential clients in the UK and EU regions. Additionally, the partner should be capable of selling our services across an Europe-wide region. If you think you are the...

    $747 (Avg Bid)
    $747 Avg Bid
    8 bids

    ...Security, Cloud Security, Vulnerability Assessment & Penetration Testing, Managed Security Services Provider (MSSP), Real-time Security Monitoring, Phishing Awareness Training & Assessment, Application Security Testing, Network / Infrastructure Security Testing, and Mobile Application Security Testing ----- A variety of Big Data services like ETL Testing, Big Data Migration Testing, Big Data Validation, BI Reports testing etc. - A strategic thinker with a keen eye for inbound and outbound marketing opportunities - Target a wide range of industries such as Healthcare, Finance, Retail, Technology, Start-up, Early Stage Start-up, Insurance, Mortgage, FinTech, Education, EdTech. - Excellent communication skills and the ability to establish and maintain client relationship...

    $329 (Avg Bid)
    $329 Avg Bid
    3 bids

    ...Security, Cloud Security, Vulnerability Assessment & Penetration Testing, Managed Security Services Provider (MSSP), Real-time Security Monitoring, Phishing Awareness Training & Assessment, Application Security Testing, Network / Infrastructure Security Testing, and Mobile Application Security Testing ----- A variety of Big Data services like ETL Testing, Big Data Migration Testing, Big Data Validation, BI Reports testing etc. - Target a wide range of industries such as Healthcare, Finance, Retail, Technology, Start-up, Early Stage Start-up, Insurance, Mortgage, FinTech, Education, EdTech. - A strategic thinker with a keen eye for inbound and outbound marketing opportunities - Excellent communication skills and the ability to establish and maintain client relationships...

    $498 (Avg Bid)
    $498 Avg Bid
    3 bids

    ...Cyber security services, including Vulnerability Assessment & Penetration Testing, Network Security Testing, Cloud Security Audits, Security Compliance Assurance among others. 2. Managed Cyber Security services for SMB's like Real time monitoring of their assets for security loopholes etc. 2. Big Data Testing Services, including Data Migration Testing, Data Warehouse Testing, ETL Testing and Validation, Business Intelligence Reports Testing among others. We are searching for a partner who can be responsible for our business development of our cyber security and big data testing services and solutions to potential clients in the UK and EU regions. Additionally, the partner should be capable of selling our services across an Europe-wide region. If you think you are the...

    $254 (Avg Bid)
    $254 Avg Bid
    7 bids

    I have a Wordpress website which I want to add a custom php multistep form to. The multistep form is supposed to get some of it's data from my backend database and also should save the data entered on the form to the database. Ps:- Serious bidders and bid with finality. No side bids on chat please.

    $33 (Avg Bid)
    $33 Avg Bid
    30 bids

    Hi, Looking for a freelancer who take a site visit and confirm about a site, Just a site visit project and check address validation, ongoing work in future, further discus about task after freelancer response. more information will be provided to the selected freelancer.

    $10 - $30
    Local
    $10 - $30
    0 bids

    Hi, I am looking for some one experience in Truecaller SDK integrate to flutter app with complete process like key generat and approve from app level. Note - Mobile number validation purpose

    $14 (Avg Bid)
    $14 Avg Bid
    6 bids
    Vanilla PHP Developer 6 days left
    VERIFIED

    Developer needed that hast vast experience in Vanilla PHP, JS, JQUERY and smart engine template. You will be responsible for customizing and adding new features to my existing social media site. This is long term work and you must have good experience

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    24 bids

    I have an Wordpress website where I’m using an default booking appointment system from wpAmalia but I want to add a custom form where user can select 4 options and the option that the user select that this will pass directly to the booking system as input

    $138 (Avg Bid)
    $138 Avg Bid
    61 bids

    Hi, Looking for a freelancer who take a site visit and confirm about a site, Just a site visit project and check address validation, ongoing work in future, further discus about task after freelancer response. more information will be provided to the selected freelancer.

    $30 (Avg Bid)
    Local
    $30 Avg Bid
    1 bids

    I'm seeking a proficient Python developer with experience in FastAPI to assist in integrating it into my ongoing project. Understanding and experience with web API frameworks is essential. Key Delive...Python project - Set up and configuration as per best practices - Practical demonstration of FastAPI performance capabilities Ideal Skills: - Proficiency in Python programming - In-depth knowledge and experience in FastAPI - Understanding of web API frameworks - Strong problem-solving skills Note: While I did not provide specifics on implementing FastAPI features such as authentication, data validation or database integrations, the freelancer should be well-versed in these areas as they might be needed during the course of the project. I am currently conducting unit testing...

    $45 (Avg Bid)
    $45 Avg Bid
    12 bids

    I am in d...proficient in OAuth2 configurations. Specific details about the OAuth2 provider in use are momentarily unavailable, but your expertise should cover popular options like Google, Facebook, and Microsoft. The scope of the project involves OAuth2 configuration, its validation, and could extend to aspects of authentication, authorization, and token management. Your approach should be adaptable as the project may require the use of libraries or frameworks. IDEAL SKILLS AND EXPERIENCE: - Profound understanding of OAuth2 configuration and validation - Knowledge on the use of popular OAuth2 providers - Experience in OAuth2-focused aspects such as authentication, authorization, and token management - Familiarity with potential libraries or frameworks to simplify task wh...

    $522 (Avg Bid)
    $522 Avg Bid
    34 bids

    I'm looking for a skilled Wordpress developer to add a contact page to my existing website. The main objective of this page is to allow users to send messages. Here's a brief of what's needed: - **Form Fields**: The contact form should collect the user's name, email, message subject, and message body. - **Optional Fields**: There are no optional fields for this form, only the mandatory ones mentioned above. The ideal candidate should be proficient in Wordpress development and have experience in integrating forms that allow for user interaction. A good understanding of UI/UX principles is a plus. This project should be completed within a reasonable timeframe.

    $132 (Avg Bid)
    $132 Avg Bid
    65 bids

    ...streamline operations in our manufacturing firm, I'm seeking a professional with deep expertise in Excel, as well as a strong foundation in data security. As a result of this project, we need a highly functional, secure Excel template that meets the following requirements: - Advanced Excel Features: The template should involve data entry forms, complex calculations and formulas, and strict data validation rules. It should also facilitate costing, inventory management, attendance tracking, salary calculation, profit/loss calculations, and accounting. An integrated dashboard and graphical representation of data is also needed. - Security: Due to the sensitive nature of the information to be processed, we require an array of security measures. These include password protectio...

    $30 (Avg Bid)
    $30 Avg Bid
    29 bids

    We are in in the search for an experienced Angular Developer, ideally with 3 years or more experience. As an Angular Developer, you will be respons...technologies. Writing JavaScript, CSS, and HTML. Developing product analysis tasks. Making complex technical and design decisions for AngularJS projects. Developing application codes and unit tests in AngularJS, JavaScript, and Rest Web Services. Requirements: 3+ years of experience as an Angular Developer. Strong expertise with HTML, CSS, and writing cross-browser compatible code. Good understanding of AJAX and JavaScript Dom manipulation Techniques. Experience with RESTful services. Experience in JavaScript build tools like grunt or gulp. Experience in TypeScript is a plus. Experience in JavaScript framework like ReactJS/AngularJS ...

    $1054 (Avg Bid)
    $1054 Avg Bid
    96 bids

    I'm looking for a WordPress expert who can help me fix some CSS layout issues on my website. Additionally, I need assistance in ensuring that my contact form is functioning correctly. Key Requirements: - Fixing CSS: The website is fully responsive but experiencing some layout issues. The ideal candidate should be able to identify and correct these issues. - Contact Form Configuration: The contact form should send submissions to a specified email address. The freelancer will need to ensure that this functionality is correctly set up and working. Ideal Skills and Experience: - Proven expertise in WordPress development. - Strong understanding of CSS and responsive design. - Prior experience in configuring and testing contact forms. - Good communication and problem-...

    $34 (Avg Bid)
    $34 Avg Bid
    84 bids

    I'm seeking a skilled web developer who can breathe life into my design ideas for a unique website. I don't have a fixed category for the site, it's a canvas I'd like to paint on with a mix of various elements from E-commerce, Blogging, and Portfolio-related functionalities. I'll appreciate your ideas and creativity along the way too. Your responsibili...Also, I will be providing partial content and images – your input on content creation and image sourcing will be highly valued. Ideal skills: - Proficient in HTML, CSS, JavaScript, and have solid knowledge and experience in programming applications. - Proficient in content creation and image sourcing. - Able to work with web applications and programming languages such as HTML, CSS, JavaScript, JQuery...

    $21 (Avg Bid)
    $21 Avg Bid
    14 bids
    Ninja Form Fix on WordPress 5 days left
    VERIFIED

    I’m in need of a skilled web developer who is experienced in WordPress and proficient in fixing issues related to Ninja Form. Key requirements: - My form submission is encountering an error upon submission. The job is to identify and repair the source of this issue while ensuring the form functions correctly. Ideal skills and experience: - Expertise in JavaScript, PHP, and WordPress - Specific experience in working with Ninja Form - Proven track record of troubleshooting and resolving form submission errors - Strong attention to detail and problem-solving skills - Ability to deliver within a reasonable timeframe

    $29 (Avg Bid)
    $29 Avg Bid
    76 bids

    I am in need of a seasoned data entry professional who can attentively transcribe information from various online databases into Google Sheets. The role is strictly manual data ent...Experience: - Proficient with Google Sheets and similar spreadsheet management tools. - Past experience with database interaction, particularly online databases. - Must have a keen eye for detail to ensure accurate data transcription. - Excellent time management skills are essential as deadlines are strict. Although this position emphasizes manual data entry skills, experience in data cleaning and validation pave the path for optimal efficiency. The successful candidate must provide proof of prior similar projects. Your ability to maintain high standards of accuracy and confidentiality is crucial to ...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    54 bids

    Looking for an innovative thinker to solve the challenge of automatically filling a single-page form on a local host, where .exe files cannot be run. The database to work with can be either online or local (not the local host of the form), and the database type may vary (MySQL, SQLite, PostgreSQL, etc). Key Responsibilities: - Conceptualize and suggest potential solutions for the auto-fill issue - Design and implement a solution that does not require .exe or batch files Ideal Skills & Experience: - Expertise in form automation - Understanding of various database types - Experience with local and online database handling - Problem-solving and innovative thinking capabilities are crucial. Write strawberry in your response so I know you have read all.

    $142 (Avg Bid)
    $142 Avg Bid
    69 bids

    We are looking for an exceptional Team Lead to join our dynamic form builder project. We are seeking candidates who can bring an 11/10 level of expertise and leadership to the team. Responsibilities: - Lead a team of developers in designing, developing, and maintaining the dynamic form builder project. - Work closely with product manager to understand requirements and translate them into technical solutions. - Ensure the project adheres to best practices in software development, including coding standards, testing, and deployment processes. - Mentor and coach team members, providing technical guidance and support. - Collaborate with other teams to deliver high-quality software. Requirements: - Proven experience as a Team Lead or similar role in software development projects...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    6 bids

    ...the quality of those tasks. - It should also include conditional formatting to highlight outstanding performances. This will help us recognize and reward exceptional work. - Data validation is important to ensure accuracy and consistency in point entries. - Visualization tools such as charts are also required. These will help us to quickly and effectively review the team's performance in a visual format. You should have expertise in: - Advanced Excel functions and formulas - Experience in creating complex Excel sheets with automated calculations and conditional formatting - Ability to create data validation rules - Proficiency in data visualization using charts This 'Team Scorecard' is crucial for our team's success. I'm looking forward to wo...

    $122 (Avg Bid)
    $122 Avg Bid
    55 bids

    I need someone who can help assess the feasibility of my business idea, which is about starting a coliving space. This coliving space will have distinct design features, including: - Fully furnished rooms - Common areas for socializing - Fitness facilities - Coworking spaces - Startup Incubator Ideally, I'd want the space to have more than 20 rooms. I'd like the freelancer to smoke test the market. Knowledge in real estate, property management, and startup ecosystems will be beneficial. Also, someone with a background in designing or running coliving spaces is highly desirable. Your task would also be to help me detail a roadmap or business model for this project.

    $127 (Avg Bid)
    $127 Avg Bid
    36 bids
    Form Design 7 days left

    Form Design. I'm ready to start right away. Let's have a quick chat! Thanks.

    $30 (Avg Bid)
    $30 Avg Bid
    1 bids

    ...an informational website for me. It should contain more than 30 unique pages and have multiple effect and animations identical to the 2 sample websites attached. * * Key Requirements: - Site should be comprised entirely of static files. - ⁠Wanting to use CSS for animations and transitions, jQuery or similar javascript libraries to cover remaining transisions - Design, code and build the website - Create over 20 unique, detailed, and visually appealing pages - Ensure the website is mobile-optimized Ideal Skills: - HTML5, CSS3, and JavaScript - UI/UX Design - GSAP knowledge helpful - Mobile Design In your proposal, include links to informational websites you've previously built that

    $250 - $750
    Sealed
    $250 - $750
    70 bids

    I have a lengthy PowerPoint presentation of over 20 minutes that I'd like to be exported into an mp4. The presentation already contains necessary transitions and timings, so no additional animations or edits are needed. Key Requirements: - Convert existing PowerPoint to video format - Retain the transitions and timings from PowerPoint - No custom graphics or complex animations needed -Ensure that the video runs smoothly before delivery of final product Ideal Skills and Experience: - Previous experience in converting PowerPoint presentations into videos - Proficiency in video editing software

    $95 (Avg Bid)
    NDA
    $95 Avg Bid
    5 bids

    In need of a skilled developer who can streamline my website's flow by integrating the HTML form into Google Sheets. Key Details: - The form details to be moved to the Google sheet include the user's name, email, phone number, and message. - The trigger for this integration is when the form is submitted. Understanding of form submission handling and triggers is a must. - There are no specifics on how the data should be organized in the Google Sheet, but after the form submission, it needs to redirect to a ' Custom Thank You' page. Experience with redirecting and website navigation is desired. Note: you need to do the project sharing my screen My project budget is $5 My website where the form is installed:

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    10 bids

    DETAILS: Existing Woocommerce website using Dokan Vendor plugin Vendor add product page has save button OK I need to add second button for "Save & Add Another” This new button should save and then load add new product page. Code should be added via snippet or child theme No upfront payment Milestone release upon satisfactory completion

    $27 (Avg Bid)
    $27 Avg Bid
    25 bids

    I am in need of an expert in interactive PDF creation with extensive knowledge in fillable fields, interactive buttons, and conditional logic. The PDF form must contain mandatory questions that are only visible under specified conditions. The interactive buttons should support functionalities such as form submission, form clearing, and form printing. This task is urgent and requires swift completion. Ideal Skills: - Prior experience in interactive PDF creation - Excellent understanding of conditional logic - Capable of working under tight deadlines.

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    53 bids

    I'm seeking an experienced fullstack web developer with proficiency in HTML/CSS, J...intuitive design and effortless functionality. Key skills and experience needed: * HTML/CSS * JavaScript * web services (REST) * MySQL * Website design with a minimalist aesthetic I am looking for a freelancer who can help me customize existing web based applications and make additions to them. The application already contains similar two forms. Preferred Programming Language: - Javascript, Jquery, Angular 1, C#,css, bootstrap Timeline: - The timeline for this project is short-term, ranging from 1 to 3 weeks. Ideal Skills and Experience: - Proficiency in the preferred programming language - Experience in customizing existing applications - Ability to understand and implement additions to t...

    $114 (Avg Bid)
    $114 Avg Bid
    52 bids

    I'm in need of a skilled PHP developer to create a web application that ...download the converted English excel sheet. - Volume handling: The Marathi excel sheets may contain around 2000 records, so the application needs to handle this volume efficiently. Ideal skills and experience for this job would include: - Strong proficiency in PHP and web application development. - Experience with Excel data manipulation and conversion. - Familiarity with Marathi language for data validation. - Ability to efficiently handle large data volumes. The English Excel sheet must maintain the same formatting and styling as the Marathi Excel sheet. If you're confident in your ability to deliver a reliable, efficient, and user-friendly PHP application for this data conversion task, I'...

    $101 (Avg Bid)
    $101 Avg Bid
    18 bids
    Online Oil Ordering Form 4 days left
    VERIFIED

    I am looking for an exact replica of the ordering form on this website: I don't want to have to pay a yearly fee. Please check carefully and let me know if you can do for a one off price. Thanks

    $529 (Avg Bid)
    $529 Avg Bid
    238 bids