Hi , I got a problem on modifying the Sign Up form...
# support-questions
p
Hi , I got a problem on modifying the Sign Up form UI. The form did not display the adisstional fields.
r
hey @PPaii
did you clear cache / rebuild?
p
I did run yarn cache clean and then yarn dev
r
Are you calling supertokens init (from frontend lib) twice somewhere?
Can you comment out the whole of emailpassword.init part and see what happens? Does it still render the UI?
p
Yes it still render
r
Right. That means either it’s cached, your or are calling init somewhere else too.
p
It is possible because of this ?
r
Yes. Exactly
You should modify the init here. Add the form fields here and can remove the other file
p
Problem solved. Thanks ! I thought it need to be init in other place when i was checking the doc
r
Ah right! Okay