syed hasnat ali Posted June 17, 2024 Share Posted June 17, 2024 I WANT TO USE HTML SIGNUP FORM INSTEAD OF PHP AS MY SITE CAN'T HANDLE PHP REQUESTS MORE, PLEAE HELP ME I WANT BASIC UI DESIGN FORM, I TRIED TO CONVET TO HTML BUT CAPTCHA AND ALL IMAGES CORRUPTED TO SHOW. WHAT DO I DO? IS THERE A WAY TO DISPLAY SIGNUP FORM AS HTML SO THAT USERS WILL BE ABLE TO SIGNUP MY MOFH SITE Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted June 17, 2024 Share Posted June 17, 2024 The signup is an HTML file. PHP is used to send the request I’m pretty sure. Why can’t your server use PHP? That seems like the bigger problem you need to resolve. You should probably find a new hosting provider (or just use free hosting for the time being) so you have PHP support. Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted June 19, 2024 Share Posted June 19, 2024 (edited) On 6/17/2024 at 4:38 PM, TinkerMan said: The signup is an HTML file. PHP is used to send the request I’m pretty sure. Its not. PHP is only used to generate a random string for the captcha. You could probably do this in js. The actual signup form is an good ol' html form. (Also no need to scream) Edited June 19, 2024 by BastelPichi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.