This is the JSX code for the InputForm and I’m wondering if there is a prop to limit the accepted files that cand be uploaded. In this cases I’m looking to limit to PDF and Wod docs for resume submissions. Or is there some other way of doing this using the Builder.io input form component?
Yes, you can limit the accepted file types in a <FormInput> for file uploads by using the accept attribute, which is standard in HTML for <input type="file" />.
To allow only PDF and Word documents, update your component like this: