Please help with posting to a form with custom HTML

This page summarizes the projects mentioned and recommended in the original post on /r/djangolearning

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • select2

    Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

  • Something like Select2 is probably what you are looking for. Otherwise you will need to override the logic in the form to lookup the values in the database (assuming each value is unique). You probably would do this in the fields clean_field() method. Here you would look up the value and if it exists, grab the PK. If it doesn’t exist you would have to either create a new value for it, or return an error but that isn’t particularly user friendly over using something like select2.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Does MVC have a combobox?

    1 project | /r/dotnet | 7 Dec 2023
  • Formset factory for displaying hundreds of records for editing. Is there a better way?

    1 project | /r/django | 28 Apr 2023
  • search box in select tag

    1 project | /r/bootstrap | 1 Apr 2023
  • I am trying to make a minimalistic NHL Stats website. I would really appreciate some feedback!

    2 projects | /r/hockey | 5 Dec 2022
  • Better way of selecting Foreign key objects in django admin form

    1 project | /r/djangolearning | 31 Jul 2022