Livejasmin member password adminJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 livejasmin member password admin jobs fundet, i prisklassen EUR

    Need a seasoned PHP developer to work on a new project involving registration form creation. This should be done using HTML, PHP, and MySQL. Mandatory Requirements: - Development of a user registration form (please see attached) - User authentication functionality - Payment gateway integration - Managing this data...Payment gateway integration - Managing this data through MySQL The registration form should contain specific fields as per the attached document. Ideal Skills For The Job: - Strong expertise in PHP, HTML, and MySQL - Experience with web form creation - Knowledge of payment gateway integration - Proven record in database management. From submission must store information in Database, Send Email to Admin Form Design Form View Send Form to Email Form details as per ...

    €110 (Avg Bid)
    €110 Gns Bud
    62 bud

    Hi Ram K., I noticed your profile and would like to offer you my project. We can discuss any details over chat. The project is the design of a website with the following pages; HOME About US Events Blog Subscribe Shop FAQ/Community/Support Login/Sign up/Forgot password A total of 9 pages plus user portal page making it 10

    €141 (Avg Bid)
    €141 Gns Bud
    1 bud

    I'm seeking a knowledgeable course writer with expertise in real estate risk management. Given that this course is intended for those at an intermediate level, it should go beyond basic concepts and principles. Key Responsibilities: - I will supply a login and password to watch a 3 hour course on risk management in real estate. - You would take that knowledge and write a course via word doc. - From the written course via word doc based on course you watched and other knowledge and research you would create a PowerPoint consisting of 3 hours of learning material. - You will create a quiz half way and final test at end for students to use that can model after the 3 hour course you watch. - You should include a page on industry insights - Ensure material is easily understanda...

    €19 / hr (Avg Bid)
    €19 / hr Gns Bud
    41 bud

    ...reporting. should not use API for performance. If you know Browser automation with Html and Graphana report is enough. Just need to automate below test cases with html report and Graphana report for 10 vus in local and 100 in Grapahana. please read my amazon website as example. Example test case: Launch the - Calculte how much time i taking to load Enter username Enter Password click Login Button - Add check home page reached and Calculate how much time it is taking to Load the Amazon home page search any product in amazon - verify how much time application is taking to complete the search Select the Product -> Add check and 100$ displayed eg: iphone - 1000$ click on Cart button Goto cart page - -> Add check and cart is displaying and ...

    €48 (Avg Bid)
    €48 Gns Bud
    9 bud

    I'm seeking a skilled app de...can be used on iOS, Android, and Web. Key Features: - User profile creation: Users should be able to create and manage their personal profiles. - News feed: The app must support a dynamic news feed that displays content from various users. - Messaging: Allow private conversations between users. Additionally, users should be able to authenticate their accounts using either their email and password combo or via phone number verification. Ideal Skills: Proven experience in app development across different platforms (iOS, Android, Web), a keen understanding of various user authentication methods, and previous experience in developing social media-like apps or implementing their key features. Sufficient knowledge in user privacy and security is ...

    €894 (Avg Bid)
    €894 Gns Bud
    162 bud
    E-commerce Dashboard UI/UX Design 4 dage left
    VERIFICERET

    I'm looking for a seasoned UI/UX designer to create intuitive and functional admin and supplier dashboards for my e-commerce application. Admin Dashboard: - Sales Analytics: I need visually appealing and insightful integration that can facilitate the comprehension of sales trends. - Inventory Management: Permit easy tracking of in-stock products, ones to be restocked, and comprehend current trade flows. - User Management: The dashboard should provide mechanisms for managing customer and employee accounts seamlessly. Supplier Dashboard: - Product Management: Suppliers should be capable of adding, editing, or removing their products effortlessly. - Order Management: An efficient way for managing orders, cancellations, returns, and exchanges. - Payment Tracking: A featu...

    €172 (Avg Bid)
    €172 Gns Bud
    143 bud

    Project Description: We are looking for a dedicated and detail-oriented Virtual Assistant who excels in social media management to join our team on a long-term basis. The initial tasks will focus on enhancing our presence on Facebook through thoughtful engagement and strategic content management. What We're Looking For: Social Media Management: You should be experien...someone looking to leverage their social media skills to impact a growing brand positively. We value creativity, diligence, and a proactive attitude in our team members. How to Apply: Please submit your application directly through this posting. Ensure your application includes all necessary details as outlined above. We are excited to review your qualifications and hope to bring a vibrant new member aboard...

    €99 (Avg Bid)
    €99 Gns Bud
    76 bud

    I'm looking for a skilled penetration tester to evaluate the security of my website. - Tasks: - Perform a comprehensive security test to ensure my website is protected from pote...Expertise in website penetration testing. - Proficient in identifying and dealing with website vulnerabilities. - Able to provide a detailed report outlining the risks and necessary actions to enhance the security of the site. - Site Details: - The website is built on a Content Management System (CMS) like WordPress, Joomla, or Drupal. - The focus is primarily on identifying the admin username and password. I'm looking for someone who can not only identify threats but also provide a detailed plan for enhancing the website's security. Please share your experience and rele...

    €161 (Avg Bid)
    €161 Gns Bud
    22 bud

    ...scratch is a bonus. Here are details. 1. Account Management - **1.1 Registration** - Users must register using their school email address. - Registration form includes fields for Name, Email Address, and Phone Number. - Email verification is required to activate the account. - **1.2 Login** - Users must log in using their registered school email address. - The system should provide password recovery options. #### 2. User Dashboard - **2.1 Access** - Upon successful login, users are directed to their dashboard. - **2.2 Features** - A search box to look up universities by name. - A list of universities should appear based on the search query. - Users can select a university to view more details. #### 3. University and Course Interaction - **3.1 University Se...

    €232 (Avg Bid)
    €232 Gns Bud
    92 bud

    I need to create a private, unique digital space that allows invited individuals to know more about me. This will not be an open-access website, but one where users will have to request a password via email to gain access. Key Features: - Password-protection: It requires a system to manage requests for passwords via email and grant selective access. Ideal candidate: - Experience in creating secure, password-protected websites - Expertise in designing and organizing professional biographic content The website should contain: - Biographic information: A comprehensive yet succinct description of my personal and professional journey. - My writings: A space dedicated to showcasing my thought pieces and other written work. - Pricing Information: A section that details ...

    €178 (Avg Bid)
    €178 Gns Bud
    48 bud

    ...oak/ task: - Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users: for key, values in (): print(f"{key}: {v...

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    9 bud

    ...the api task: - Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users: for key, values in (): print(f"{key}:...

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    11 bud

    the page more stylish and appealing. zoom and other user-friendly function. the page adapt to all screen sizes. 4. Arrange so that customers can write reviews but cannot post picture during reviews. 5. The "Our sirens" page shall work so that after customers have registered as a member under the "Member Page" can upload pictures of themselves in our bikinis. The images must be approved by me, and if it is approved, the customer receives a gift card.

    €376 (Avg Bid)
    NDA
    €376 Gns Bud
    1 bud

    I'm looking for a full-time assistant proficient in lead prospecting, ads management, LinkedIn, eCommerce, Shopify and emails. As an integral team member, you'd be required to perform the following tasks on a daily basis: - Comprehensive lead prospecting and list building - Managing LinkedIn operations - Ads management - Overseeing email tasks - eCommerce management, with special attention to Shopify store management Proficiency in these areas is much desired. As good as you're at working independently, I'd require that you're a team player as well. This project necessitates daily engagement, hence, reliability is key. Your impact would be instrumental in driving our growth.

    €16 / hr (Avg Bid)
    €16 / hr Gns Bud
    48 bud

    I am looking for a skilled PHP developer to create a website that can check the validity of RDP login credentials. The website should: - Allow users to input RDP username and password - Perform a check on this data - Display the results directly on the website Key Requirements: - Create a user-friendly interface - Implement a robust RDP username & password checking system - Ensure that results are displayed accurately Ideal Skills: - Proficient in PHP - Experience working with RDP protocols - Strong understanding of web development and user interface design Please let me know your related experience and how you plan to approach this task.

    €184 (Avg Bid)
    €184 Gns Bud
    40 bud

    ...categories C1 C2 C3 C4 C5 D1 D2 R1 R2 We can select by date or by range of date we can select by zip code We can select by activity We can select by task number we can select by the way to do task Admin can give access to all contacts of 1 user to another user or to give contact of 1 client from 1 user to another user , or give contact of 1 client to more than 1 user. Admin can give contacts of a group of clients to 1 user or to more. In the main page we can login as admin or user 1 or user 2 user 3 and ...... User 1 or user 2 or.... can I have access only to the contacts, clients given by admin and to the contacts that the user enter by himself The main page have a search functionality The main page have a button to add contact and when we enter email or n...

    €1181 (Avg Bid)
    €1181 Gns Bud
    116 bud

    I'm facing an issue with my Laravel admin panel, specifically a database table owner error that's occurring when uploading a zip file. - The error seems to be centered around the database table ownership. - The error happens during the process of uploading a zip file. - I can provide more details on the issue if required. I'm looking for a professional with experience in Laravel, database management, and debugging to help resolve this issue. The ideal candidate should be familiar with Laravel's database interactions and be able to navigate and troubleshoot these types of issues efficiently.

    €19 / hr (Avg Bid)
    €19 / hr Gns Bud
    67 bud

    As a business utilizing Salesforce, I am seeking admins and developers with deep understanding of the platform to craft insightful blogs focusing on: - Salesforce Administration - Salesforce Development This is not general content writing project instead need content creators who have base understanding of platform. The key requirements are as follows: - Deliver around 10 - 15 blogs per week - Each blog should contain approximately 1000 words with pictures and target keywords provided by me on the topic - Emphasize practical use-cases, tips and tricks, and best practices within Salesforce administration and development Each write-up should be affordably digestible, ideally geared towards a mid-level audience with a desire to improve their Salesforce skills. Prior experience in bloggi...

    €5 / hr (Avg Bid)
    €5 / hr Gns Bud
    22 bud
    Business Website Design 4 dage left
    VERIFICERET

    ...creating user-friendly and visually appealing information sharing websites. - Familiarity with design and implementation of content management systems (CMS). - Ability to understand the needs of a general audience and design accordingly. a. Website Pages 25 to 30 > Home, Service(5no), Works(10no), about > Contact, Career, Refer, Quote, FAQ, Process, Customer Support > Terms, Policy, Offers & Coupon (Admin Panel), Pricing > Blog setup, Configure-Google Mgr., Social Media Pixel & other, Chat, Google Analytics b. English Website c. Email & SMS reg validation code d. Responsive website with 25 to 30 pages max Need experienced developer with proven experience/projects. Looking for someone reliable and responsible. Expecting web designer to work on Concept Des...

    €122 (Avg Bid)
    €122 Gns Bud
    63 bud

    feasible? idea is, for example, build a website on top of another site that belongs to someone else. for example, is a paid member site. I would like to have a website .... say, , when people registered and paid for on , it leads them to with my login info, so MY people can search and browse through my site without knowing they are on match.com. Please include a detailed project proposal in your application, outlining your approach to this project. Experience in similar projects and a strong portfolio will be an advantage.

    €4897 (Avg Bid)
    €4897 Gns Bud
    242 bud

    I'm looking for a skilled mobile app developer to build a video streaming platform similar to ReelShort app. The platform will consist of a front end, back end, and an admin portal to manage and adjust content. Key Features: - User Registration and Login: Establishing a smooth and secure onboarding process for the app users. - Video Upload and Playback: Ensuring seamless streaming experience for both uploaded and already available content. - Social Sharing and Commenting: Incorporating interactive features to enhance user engagement. - Series Streaming: Configuring the app to support a series-based video content format. Additional Features: - Playlist Creation and Management: Allowing users to curate and organize their preferred content. - Search Functionality: Implementing a...

    €2212 (Avg Bid)
    €2212 Gns Bud
    156 bud

    Dynamic Field Integration: Addition of customizable fields such as text inputs, date pickers, radio buttons, checkboxes, and select dropdowns within the admin panel. User Registration Form Customization: These dynamic fields will be incorporated into the user registration form, allowing for a more tailored data collection process. Admin Panel Search Functionality: Enhancements to the admin panel to include search functionality that utilizes the newly integrated fields. This will enable admins to search user data effectively based on the customized fields.

    €141 (Avg Bid)
    €141 Gns Bud
    1 bud

    I'm looking for a skilled professional who can assist me in utilizing and customizing to conceal specific account information. Key Requirements: - Use and adjust the website - Hide the following account details: Username, Password, Personal contact information - Conceal the specified details on three key sections of the website: Account settings, Profile page, Listing details Ideal Skills: - Proficiency in web development - Understanding of website customization - Experience in data privacy and security - Familiarity with or similar platforms This is a critical project for me and I'm looking for a freelancer who can handle it with the utmost care and discretion.

    €82 (Avg Bid)
    €82 Gns Bud
    31 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Fremhævet Forseglet Topkonkurrence NDA

    I'm in need of a proficient freelancer who can work on my project concerning two games, namely KnightOnlineWorld and RiseOnline. The crux of this project is to find and exploit certain vulnerabilities present in these games. The key vulnerabilities in focus are: - In-game currency manipulation - Item duplication glitch - Unauthorized access to admin controls The ideal candidate should be adept at JavaScript and have a keen eye for identifying and exploiting bugs in games. It would be beneficial if they've worked on a similar project in the past, as that can showcase their capability and provide some insight into their approach. In your application, I only require the referral of your past work. This will help me determine your suitability for the project. Demonstrate h...

    €444 (Avg Bid)
    €444 Gns Bud
    38 bud

    ...and for Cashapp. These will be seamless just like checking out with credit card. The customer will select one of the two options and then they will be prompted to login to their account to complete the payment then upon successful payment they will be reverted to the payment success screen. Additionally you will add a field into the product category table and to the product add/edit pages in the admin panel for payment options allowed. Certain product categories can be paid with credit card whereas the others cannot. So something like cc_allowed and the answer would be y or n. Upon the options in the checkout if cc not allowed then this option won’t be available to the customer. You will do the above mentioned functionality and pages and popups if need be. There will als...

    €159 (Avg Bid)
    €159 Gns Bud
    90 bud

    Specification: Facebook-Web-Scraping and Web-Crawling Write Swift Code that prompts the user to give username and password This information is used to login to facebook and scrape facebook for facebook friends and extract the following information: - Name - Birthday and month and if available year - Gender This information should be made available in a JSON or XML format. The code will be embedded in an app. It is important that this web-scraping activity can run in the background of the app invisible to the user.

    €546 (Avg Bid)
    €546 Gns Bud
    40 bud

    ...product prices in their local currency. Automated Sales Tracker: Integration of automated sales tracking functionality to monitor sales performance, manage orders, and analyze customer data. Dashboard for Distributors: Creation of a dedicated dashboard for distributors to track their sales, manage orders, chat or communicate privately with their respective customers without passing through an admin and access relevant information securely. Inventory Management: Implementation of robust inventory management capabilities to track product availability, manage stock levels, and streamline order fulfillment processes. If you possess the skills and expertise in PHP coding and WordPress development, and you're passionate about contributing to the success of our ecommerce project...

    €474 (Avg Bid)
    €474 Gns Bud
    114 bud

    ...hosting account set up without manual intervention. Service Ordering: Integration with our control panel's API to allow users to order and manage their hosting directly through WordPress. Domain Management: Users should have the option to use a domain they own, select a free subdomain from us, or purchase a new domain during checkout. The option to buy a top-level domain should be toggleable in the admin panel. Customizable Hosting Packages: Ability to define various hosting packages with different storage sizes, number of email accounts, etc. Dual Access: Users must be able to manage their account from the WordPress site and the main hosting control panel. Requirements for the Snipepay Payment Plugin: WooCommerce Integration: Develop a payment plugin to integrate Snipepay ...

    €252 (Avg Bid)
    €252 Gns Bud
    96 bud

    I'm in need of an experienced Wix developer to set up a professional website for me. The core of this project revolves around creating a website that requires both social media and email logins. Key requirements include: - Implementing social media login specifically through Google. - Setting up email registration and login capabilities. - Creating a system with multiple user levels like admin, editor, and user. Ideal candidates for this project should possess: - Proficiency in Wix website development. - Experience in setting up custom login systems, particularly with social media and email integration. - Knowledge in implementing user role and permission systems on Wix. If you're confident in your ability to meet these needs, I'd love to hear from you.

    €2114 (Avg Bid)
    €2114 Gns Bud
    94 bud

    You must work through anydesk I have mandrill transaction email. you must help me set it up in my laravel and make emails send. Also fix laravel default reset password function. Must work through anydesk

    €27 (Avg Bid)
    €27 Gns Bud
    25 bud

    ...two pages (visually clicking inside the boat to "enter loyalty" and outside the boat space to "enter the sea"): Partners will have an icon on the boat's hull with a dedicated non-visible page. Textual content and related images will be provided during the site development (the number of days required until the live arrival, we expect within your quote with commitment) -Content Management: Admin section so we can post content. (optional forum) -Experience in incorporating secure payment options, like Stripe, is crucial. We want our customers to be able to be redirected to the payment service by Stripe that we have a contract with. -Data Management: I'd appreciate someone proficient with data gathering tools like Matomo to handle user intera...

    €2269 (Avg Bid)
    €2269 Gns Bud
    127 bud

    ...responsiveness so the ads show in mobile devices as well or a second option for mobile ads. The buyer or winner of the gig will have a meeting with a specified maximum time as decided by the gig creator. The meeting will be online via video chat (which will need to be incorporated) or meet in person (location must be specified). All payments will be via crypto and admin getting a % of each order. Site will have a referral program which will be in the member panel with unique links and banners. All details given to winning bidder....

    €335 (Avg Bid)
    €335 Gns Bud
    93 bud

    I will do these screen design in figma they are exactly 8 screens as following: 1- login 2- home with the table of tasks 3- forget password. 4- my profile. 5- search for vehilce 6- vehicle Details. 7- taking images of vehicle (repeatable screen) 8- Milage screen

    €69 (Avg Bid)
    €69 Gns Bud
    1 bud

    ... 2. change the name of to 3. add the alias domain 4. Add the prt for and cname record for @ cloudfare , now i do manually 5. create the ssl for and have to do some sql sql command to change the Admin name , Instance name -- now i do manually 7. env file need to be updated 50% mile stone will be created at the time of awarding the project, All payment will be released as soon as satisfied with your work and fit to my requirements. If you are interested, please send me a message so that we can discuss... Thanks...

    €103 (Avg Bid)
    €103 Gns Bud
    16 bud

    I'm looking for an experienced freelancer to create a Postman script that will automate the login process for without requiring any manual intervention. Here are the key details of the project: - You should be able to simulate entering the email and password, clicking the login button, and retrieving headers for subsequent actions on the front. - Upon successful login, the output data format should be in JSON. Ideal Skills and Experience: - Proficiency in working with Postman and creating scripts for automation. - Strong knowledge of HTTP methods. - Experience with handling and parsing JSON data. - Familiarity with cookies and headers in HTTP requests is a plus. Please note that the successful delivery of this project requires meticulous attention to detail and a solid unde...

    €190 (Avg Bid)
    €190 Gns Bud
    35 bud

    ...growth and development. Learning Management System (LMS): Learndash Offer educational resources, courses, and training materials to users. Event Management System: Event Management Host and manage events such as workshops, webinars, and networking sessions. Consultant Pool with Booking Management: Bookly Users can browse and book consulting sessions with a pool of professional consultants. Member List: BuddyBoss Facilitate easy connections, chat, and networking among members. Job Portal: WP Job Manager Employers can post job opportunities, and job-seekers can discover and apply for relevant positions. Performance Management and Training System: Improve .Net Tools for personal and corporate development, including performance tracking and training modules. Activity and Com...

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    77 bud

    I'm searching for an experienced web developer. These features are needed TutorMitra: ------------- => Admin - login - Subject Crud - Approve subjects added by students - Student DRUD - Tutore CRUD - Admin can approve tutore - Jobs CRUD - RazorPay payment integration. - Coin credit on payment - Need to track all credit/debit of coin - Can change the price of a coin => Tutore 4 - Become tutore, once admin approve then only can login into the system. 6 - Tutore login, forget password etc 6 - Can review the jobs list and filter based on subject(phone number no need to display) 4 - Tutore want to see phone number of student job then debit decided coins. 6 - Purchase coins => Student - Can post job without logging in - phone...

    €357 (Avg Bid)
    €357 Gns Bud
    33 bud

    ...Laravel admin panel to manage the all Android, IOS apps and website easily. Key Functionalities: - Implement User Registration and Login to enable job seekers and employers to create accounts and access the platform - Job Search and Filtering, enabling users to search for jobs based on different criteria - Apply for Jobs feature allowing job seekers to apply directly for the positions they are interested in Additional Features: - Push Notifications are to be integrated into the app to keep users informed about relevant updates - The app will have a Resume Upload and Storage feature allowing users to upload and store their resumes on the platform Ideal Skills: - Proficiency in hybrid app development, particularly on iOS and Android platforms - Experience in building and integr...

    €88 (Avg Bid)
    €88 Gns Bud
    15 bud

    I'm seeking a proficient mobile app designer to develop an all-inclusive grocery delivery application. This application will cater to both iOS and Android platforms, emphasizing a seamless user-experience across all devices. Key Features: - For the admin dashboard, it should facilitate detailed inventory management, effective order tracking, comprehensive sales reports, and a seamless payment/checkout integration. - The app should incorporate a third-party payment gateway for a smooth, secure transaction process. Ideal Skills and Experience: - Proficiency in iOS and Android app design and development. - Comprehensive knowledge of inventory management, sales reporting, and order tracking integration. - Specific experience in designing apps within the grocery sector would be a...

    €439 (Avg Bid)
    €439 Gns Bud
    98 bud

    I want sustem do 1-user connect wallet with useWallet 2-send 10 slt oken from the token address 3-money ended after confirm transaction with wallet to admin address use react and this versions "@solana/spl-token": "^0.2.0", "@solana/wallet-adapter-base": "^0.9.23", "@solana/wallet-adapter-react": "^0.15.35", "@solana/wallet-adapter-react-ui": "^0.9.35", "@solana/wallet-adapter-wallets": "^0.19.32", "@solana/": "^1.33.0", need this mall task today

    €89 (Avg Bid)
    €89 Gns Bud
    7 bud

    I need assistance to perfect the login and dashboard functionalities of my nearly complete store inventory management system website. I require a polished user registration and login process, including: - Email verification for new users - Password recovery mechanism for existing users - High-security two-factor authentication protocol These implementations are crucial for maintaining a secure and user-friendly environment for me to release the website to end-users. I'm seeking professionals experienced in user interface creation and user experience enhancement. The project needs to be executed and completed ASAP, so timely delivery is important. Experience with similar projects would be advantageous.

    €160 (Avg Bid)
    €160 Gns Bud
    69 bud

    ... 2. change the name of to 3. add the alias domain 4. Add the prt for and cname record for @ cloudfare , now i do manually 5. create the ssl for and have to do some sql sql command to change the Admin name , Instance name -- now i do manually 7. env file need to be updated 50% mile stone will be created at the time of awarding the project, All payment will be released as soon as satisfied with your work and fit to my requirements. If you are interested, please send me a message so that we can discuss... Thanks...

    €82 (Avg Bid)
    €82 Gns Bud
    18 bud
    Laravel API and admin portal fixes 3 dage left
    VERIFICERET

    We have a laravel web API for a native mobile frontend. We need some fixes completed. Our code is stored on bitbucket currently. To demonstrate your ability to work with laravel, git and bitbucket, please push a boilerplate laravel app to bitbucket and post the link here. Here is an example boilerplate Responses that do not include a bitbucket link will be ignored.

    €29 / hr (Avg Bid)
    €29 / hr Gns Bud
    165 bud

    I’m in urgent need of an expert in WordPress who can efficiently create a custom registration form for my site. The form's specific fields should include , , and Number. 4.⁠ ⁠Are you? (dropdown selection of option1/option2/option3, user type 5.⁠ ⁠Password 6.⁠ ⁠Sign up button. After signing up, profile type should be choice. Also sign up redirect them to: if option1 - link 1 if option2 - link 2 if option3 - link 3 The ideal candidate: - Has substantial knowledge in WordPress and custom form creation - Is detail-oriented and ensures that there are no errors or glitches in the form - Can work under tight deadlines and deliver ASAP It is important to mention that there might be potential additional information needed in the form later. Thus, the created form should

    €155 (Avg Bid)
    €155 Gns Bud
    219 bud

    I seek a professional with contacts in the Prime Minister's Office, ideally, someone who can arrange a meeting. The purpose is to request assistance on a specific issue related to a community development project. Unfortunately, there's no additional information regarding the focus area of the project at this moment. Desired skills and experiences are: - Networking & lobbying - Experience in government relations - Excellent communication - Understanding of community development projects Please note: your application won't be considered if no proven experience dealing with government offices is shown.

    €139 (Avg Bid)
    €139 Gns Bud
    17 bud

    I am seeking an experienced IPTV app developer to rebrand an application similar to smarters pro. It's crucial for the rebranded app to support Android platform. the app must be working by activation codes instead of username and password with panel management dns if possible

    €167 (Avg Bid)
    €167 Gns Bud
    20 bud

    Hello, We have a web project which consists of creating an online sales store (classic) with the possibility for certain products to personalize the textile in 2d The particularity is that we want sports clubs to be able to register as a club, and users, by activating options, identify themselves as being a member of a each user to propose their designs and make them available in the configurator with a dashboard to see their sales. We also want to allow users to become are exclusively made by the main store.

    €1163 (Avg Bid)
    €1163 Gns Bud
    68 bud

    ...- Include features such as image uploads, description fields, and contact information. 7. **Responsive Design**: - Ensure the website is mobile-friendly and responsive across various devices and screen sizes. 8. **User Management**: - Implement a user management system allowing users to register, login, and manage their profiles. - Provide account management features such as password reset, email verification, and profile editing. 9. **Security Measures**: - Implement robust security measures to protect user data, prevent unauthorized access, and secure transactions. - Utilize encryption protocols, secure authentication methods, and best practices in web security. 10. **Performance Optimization**: - Optimize website performance to ensure fast ...

    €1408 - €2816
    Forseglet NDA
    €1408 - €2816
    87 bud

    Merhaba Satın almış olduğum temayı düzenlemek, admin paneli ile uygun çalılır hale getirmek için wordpress tema uzmanına ihtiyacım var. Bununla ilgili tekliflerinizi verebilir misiniz…

    €117 (Avg Bid)
    €117 Gns Bud
    37 bud