[Idea] Add the <textarea> element among the available types for the FromField class#698
Conversation
|
Installing the test module adds the new field to the account registration form, as shown in the attached screenshot. Test module: idea_38591.zip |
|
cc @tblivet |
Co-authored-by: Blivet Thibault <110676325+tblivet@users.noreply.github.com>
There was a problem hiding this comment.
Hello @Codencode ,
Thank you for your PR, ^^
I tested the pr but the field I have is not the same as the one on the photo. Is this normal?

Thank you ^^
|
Hello @SiraDIOP, No, it’s not normal. There could be 2 issues:
Case 1Check that the new instructions found here are present in the file Case 2 |
SiraDIOP
left a comment
There was a problem hiding this comment.
Hello @Codencode,
So I'll explain how I did it and you can tell me if I missed anything ^^
First, I put this command line in my terminal
nvm use 20
cd themes
git clone https://github.com/PrestaShop/hummingbird.git
cd hummingbird
git prc origin 698 dev
npm ci
cd webpack
nano .env-example
Then I put this
npm run build
install hummingbird in BO
Then I reinstalled my shop and went to module and installed the zip idea_38591.zip
Did i miss anything?
Thanks in advance ^^
|
Hello @SiraDIOP, git prc origin 698 devHowever, to make sure the PR was properly imported, you just need to verify that in the file {elseif $field.type === 'textarea'}at line 158. |
|
Hello @Codencode, Thanks for the PR, Thanks |


Uh oh!
There was an error while loading. Please reload this page.