Home › Forums › Other › HTML Re Direct code › Reply To: HTML Re Direct code
July 6, 2017 at 11:16 pm
#256601
Participant
Handle it either in the handler of the form (the address where the form is posted to, don’t know what language is being used there) or check the result that is passed back by that address and if it passes your validation, you can use Javascript to redirect the user by using window.location = '/articles'
.