Creating a user form that accepts html code

Im building a website for an animal rights group and im currently in the process of building a form for the website owner to be able to create and post new campaigns.

Currently, im using Vue and vuetify to build the input form. But ive realized now that when the user fills out the textarea inputs, they wont be able to create clickable links in their text. Is there a way to do this either with some different type of input or some sort of textarea that accepts html code?

I've looked around a bit but im hoping someone can point me in the right direction to find a source to build something like that.

Thanks all

Edit: I've decided to use a package called marked.js so convert markdown to html code. It works flawlessly for what I need.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/elementmg
πŸ“…︎ Jan 23 2022
🚨︎ report
How to fill an html form?

Just simply fill a form with requests maybe

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Sphinx_Playz
πŸ“…︎ Jan 25 2022
🚨︎ report
🎬Login Form Validation | HTML CSS & JavascriptπŸ™Œ youtu.be/svGQe889mmo
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/robson_muniz
πŸ“…︎ Jan 13 2022
🚨︎ report
Tailwind css visual builder and editor that now helps you generate code for your Frontend in HTML, React, Vuejs. It helps you easily create websites, forms, prototype and webpages visually. So you can ship projects to production faster. v.redd.it/9b4cwcz24tc81
πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/Speedware01
πŸ“…︎ Jan 20 2022
🚨︎ report
[TASK] Update Contact Form (Html,Css,Js)

I have a contact page for my website that needs to be updated that requires knowledge of html, css, and js. The new contact form just needs to be copied and pasted correctly over the old one while keeping header and footer layout intact. I tried updating it myself but I'm failing at keeping the header and footer structure in place. Please contact me before bidding so I can show you the necessary files.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/entropyideas
πŸ“…︎ Dec 28 2021
🚨︎ report
Simple Contact Form using HTML and CSS | Coding thai

Hey, learner In this Post, we are going to make a Simple Contact Form using HTML and CSS. In the past post, we have created a Realtime Date and Time using HTML CSS and JS . Now it is time to create a Contact form.

https://preview.redd.it/lkzg2wk0bse81.png?width=779&format=png&auto=webp&s=d62bcbb6368882aa15647a7a5e9c9de268c760dd

Source code:- Simple Contact Form using HTML and CSS | Coding thai

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/codingainp
πŸ“…︎ Jan 30 2022
🚨︎ report
Simple Contact Form using HTML and CSS | Coding thai /r/css/comments/sg4iul/si…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/codingainp
πŸ“…︎ Jan 30 2022
🚨︎ report
How to create a working Sign-Up form using HTML/CSS/JS?

Hii all!

I'm looking to create a working sign-up form that has one input type, that being text and it being for the user's name. I then want to save this as a cookie and also display it in another redirecting page.

If you're confused, basically, I want an input of the user's name on 'index.html' and then want to display it inside another webpage of the same site, 'home.html'. And I also want to save this so the user doesn't have to 're-tell' the website every single time they're on.

Any help would be greatly appreciated.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/IndieDev7
πŸ“…︎ Dec 31 2021
🚨︎ report
Connecting Oracle DB to HTML form submission

Hi users,

I'm new to Flask and need to write a Web application where users to my website can select from a HTML drop-down box and then submit that. The submitted data will then be used to generate dynamic data obtained from SQL queries from the Oracle DB.

I have been looking around online and have found nothing that would be of help. Usually, the furthest the answers go mention how to add submitted data to a DB but not retrieving data.

In this instance, would I need to use Flask and SQLAlchemy to achieve this?

Any help is much appreciated! Thanks in advance!

πŸ‘︎ 7
πŸ’¬︎
πŸ“…︎ Dec 20 2021
🚨︎ report
Passing input from HTML form to Spring Boot controller

I have a form

<form class="form-signin" method="get" modelAttribute="saveform">
    <label for="title">Enter title:</label>
    <input type="text" id="title" name="title"><br><br>
    <label for="author">Enter author:</label>
    <input type="text" id="author" name="author"><br><br>
    <label for="id">Enter id:</label>
    <input type="text" id="id" name="id"><br><br>
    <input type="submit" value="Submit">
</form>

in `savebook.html. I'm trying to get the input from the three field in this form and pass them to

@RequestMapping(value = "/savebook", method = RequestMethod.GET)
public String submitSave(@ModelAttribute("saveform") Book book) {
    System.out.println("Controller...");
    System.out.println("=====>  " + book.toString());
    return book.toString();
}

located in PageController.java. Inputting data into the fields doesn't print anything out to the console. What am I doing wrong?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Ovil101
πŸ“…︎ Jan 13 2022
🚨︎ report
My country automatically appear in the dropdown menu in my HTML form

Hello, I'm in week 0 of Cs50w I've made an HTML form with a datalist tag in my HTML file below. In the datalist tag, the only options I've implemented are 5 random countries: UK, UAE, USA, Russia and Germany. But when I view my code in the browser and I click the dropdown menu, I see my country listed there (Sudan, it's written in Arabic here "Ψ§Ω„Ψ³ΩˆΨ―Ψ§Ω†", the picture is below). How is that possible?

https://preview.redd.it/151dhjpe1ld81.png?width=523&format=png&auto=webp&s=fc5073054d5d0e0b19f13846f5d4d1de9fdc058e

https://preview.redd.it/8erjf8pe1ld81.png?width=450&format=png&auto=webp&s=4ac1762d0cd382e6091ff33041cb8fd022bcb966

πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Jan 24 2022
🚨︎ report
Receive Files from an HTML Form's Upload File Method

[SOLVED]

Hi, I've looked all around, but haven't found out how to do this with my specific situation. Here's my code,

index.html

app.py

And when I submit, I get;

{ "detail": [ { "loc": [ "body", "file" ], "msg": "Expected UploadFile, received: <class 'str'>", "type": "value_error" } ] }

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Smilin_Dominator
πŸ“…︎ Dec 16 2021
🚨︎ report
How to insert values from a flask form into an html table? /r/CodingHelp/comments/rp…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/tatvmdevries
πŸ“…︎ Dec 27 2021
🚨︎ report
Create A Simple Glassmorphism Form With Html And CSS | Speed Code youtu.be/r4Zm3_JI-48
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/ksbisht941
πŸ“…︎ Jan 05 2022
🚨︎ report
🎬Login Form Validation | HTML CSS & JavascriptπŸ™Œ youtu.be/svGQe889mmo
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/robson_muniz
πŸ“…︎ Jan 13 2022
🚨︎ report
How to store HTML form results into a Spreadsheet

Hi all,

I have created a webpage that asks users questions on details of their order. I want the data from this form to be uploaded to a spreadsheet where i can transfer the records for each submission into another excel document.

I have tried using phpMyAdmin export option. however this does not update automatically on a new record being added and have to manually export the file. Meaning it will create multiple files.

I have tried using using PhpSpreadsheet. But i cannot install the composer as i get exit code 1.

I have also tried linking the page to google sheets. This is the only option i have seen that updates after submission of the form. However it hasnt been working for me and i am unsure why.

If anyone knows anyway to do this task pls comment!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/JackLythgoe
πŸ“…︎ Dec 09 2021
🚨︎ report
🎬Login Form Validation | HTML CSS & JavascriptπŸ™Œ youtu.be/svGQe889mmo
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/robson_muniz
πŸ“…︎ Jan 13 2022
🚨︎ report
🎬Login Form Validation | HTML CSS & JavascriptπŸ™Œ youtu.be/svGQe889mmo
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/robson_muniz
πŸ“…︎ Jan 13 2022
🚨︎ report
Is it bad form to have a section element inside a section element (or other semantic HTML elem types)?

Being self taught I've always wondered this but it's never mattered enough for me to care, curious if that's an issue for any accessibility functions or anything like that.

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/SassyStylesheet
πŸ“…︎ Dec 15 2021
🚨︎ report
Create A Simple Glassmorphism Form With Html And CSS | Speed Code youtu.be/r4Zm3_JI-48
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/ksbisht941
πŸ“…︎ Jan 05 2022
🚨︎ report
Adding html/js to new tab in existing form..what is best way to approach this.

I would like to customize a form (Support Case) to allow users to see images associated with a case. Plan is to store images in Azure and would like to add an Images tab where users could see the images.

https://preview.redd.it/ycy6wa4g9j481.png?width=1056&format=png&auto=webp&s=80486c66bee4a9bf53d755b4ef1e9671268c9774

My question is what is the best approach? Is there a way to add html/jquery to the form? Haven't looked into suitelets yet..that something I need to explore?

I'm relatively new this NS development and only worked on restlets so far.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/bonedaddy1977
πŸ“…︎ Dec 09 2021
🚨︎ report
How to create a working Sign-Up form using HTML/CSS/JS?

Hii all!

I'm looking to create a working sign-up form that has one input type, that being text and it being for the user's name. I then want to save this as a cookie and also display it in another redirecting page.

If you're confused, basically, I want an input of the user's name on 'index.html' and then want to display it inside another webpage of the same site, 'home.html'. And I also want to save this so the user doesn't have to 're-tell' the website every single time they're on.

Any help would be greatly appreciated.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/IndieDev7
πŸ“…︎ Dec 31 2021
🚨︎ report
Login and signup Form Design using HTML and Pure CSS

Hello, learner In this article, we are going to create a Login and signup Form Design using HTML and Pure CSS. In the earlier past post, we have created Vintage Images Using CSS. Now it is time to create a Login and signup Form design.

https://preview.redd.it/l9flwtrf6fc81.png?width=631&format=png&auto=webp&s=eaa561dc687d11c496851d6f7aa75cd01e169357

Login and signup Form Design using HTML and Pure CSS

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/codingainp
πŸ“…︎ Jan 18 2022
🚨︎ report
How to create a working Sign-Up form using HTML/CSS/JS?

Hii all!

I'm looking to create a working sign-up form that has one input type, that being text and it being for the user's name. I then want to save this as a cookie and also display it in another redirecting page.

If you're confused, basically, I want an input of the user's name on 'index.html' and then want to display it inside another webpage of the same site, 'home.html'. And I also want to save this so the user doesn't have to 're-tell' the website every single time they're on.

Any help would be greatly appreciated.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/IndieDev7
πŸ“…︎ Dec 31 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.