Forum Discussion
GauravSharma3
9 years agoQrew Commander
Hi Mark,
Is there a way to focus on a particular section after clicked on a button.
It means after perform some tasks in a button then, user should foucs on the desired function.
Thanks,
Gaurav
Is there a way to focus on a particular section after clicked on a button.
It means after perform some tasks in a button then, user should foucs on the desired function.
Thanks,
Gaurav
- MCFNeil9 years agoQrew CaptainIf they need to focus on One and ONLY One section,
You can copy the form, and remove all other elements.
Then have the rdr send them to that form.
*Keep in mind you will need a way for them to get back to the main form after completing the task.
**Also, keep in mind the more forms you get, the more maintenance that follows when things change. - GauravSharma39 years agoQrew CommanderHi Mathew,
Thanks for your reply. Yeah. you are right. It will not make sense to create multiple forms. I am thinking as we do for back to top in HTML like <a href="#top">Go to top</a>
So, if I know the id of a section then, I can easily make a focus on it. But how to use it...
Thanks,
Gaurav - GauravSharma39 years agoQrew CommanderMathew,
Can you please look at my above query?
Regards,
Gaurav - MCFNeil9 years agoQrew CaptainThere are a few different techniques you can use to get this, the one I use I can't give away ;)
But, I'm sure Dan D has some version of the IOL technique that can give you a focused look.
Check here:
https://haversineconsulting.quickbase.com/db/bgcwm2m3z - GauravSharma39 years agoQrew CommanderThank you Matthew.
Let me check and will update you. :)
Gaurav