Welcome!
<Form onSubmit={yourSubmitHandler} inspect>
<InputField fLabel='longitude' fName='longitude' fRequired/>
<InputField fLabel='latitude' fName='latitude' fRequired/>
<Form.Submit>
{(submit) => { <button onClick={submit}/>}}
</Form.Submit>
</Form>Two ways of learning (see the groups, in the left bar)
Last updated