I am wanting to disable gifs from being uploaded to the User Creation Form but im not sure how to do this does anyone know?
Use the image picker component rather than the form. Then your button can execute ‘sometimes’ if image picker > URL, DOES NOT CONTAIN .gif
Have a new screen modal action pop up which says ‘Image picker doesn’t accept GIF. Please use another file format.’ Have this pop up sometimes when image picker URL > CONTAINS .gif
Ohhh okay!! I will reconstruct the sign up page, I get chance and get back to you. Thanks!