Skip to content

Commit

Permalink
Migrate '/download/iot/intel-iot#get-in-touch' form to c.com (#1489)
Browse files Browse the repository at this point in the history
* refactor(set_form_rules): use indervidual form-data files per form instead of one large file

* refactor: Moce /silicon/intel into it's own folder

* feat: build form-data.json file for /partners/silicon/intel

* feat: Add fallbacks for missing fields in form-data file

* feat: Add optional textarea field to radio boxes

* refactor(app.py): Format python

* fix(form-template.html): Unbreak the form generator

* feat: Improve the appearnace and function of the other textarea

* refactor: Format-prettier

* refactor: Remove rogue print statments

* refactor(set_form_rules): clean up path finding logic by leveraging 'pathlib'

* feat: Update return URL to use full path

* refactor: Revert context processor changes

* feat: Show and hide other input textarea when selecting the associated input

* style: Format-js

* fix: Close button was not working

* refactor: Remove old forms-data.json

* fix: Update form is for intel form
  • Loading branch information
petesfrench authored Jan 14, 2025
1 parent fee7c7f commit 1f60db9
Show file tree
Hide file tree
Showing 17 changed files with 548 additions and 533 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ canonicalwebteam.discourse==5.6.1
canonicalwebteam.search==2.1.1
bleach==5.0.1
markdown==3.5.2
python-slugify==7.0.0
python-slugify==8.0.1
vcrpy-unittest==0.1.7
cryptography==36.0.2
gql==2.0.0
Expand All @@ -16,4 +16,4 @@ google-auth-httplib2==0.1.0
google-auth-oauthlib==0.5.1
pytz==2024.1
djlint==1.34.1
responses==0.25.3
responses==0.25.3
Loading

0 comments on commit 1f60db9

Please sign in to comment.