Hello, I would like the form to be paged in my project in the mobile version.
No problem with that 
However, in the desktop version it needs to display the entire form on one page. Is there any way to fix this problem?
I wouldn’t like to make two different forms, which would be the easiest.
There is really no such possibility?
I have reached the point where I manually discover all the screens for desktops using css. And I hide the buttons on, the previous one. It looks ok. I have pagination on mobile and full view on the desktop.
Everything is ok on mobile.
However, with this solution, unfortunately, the SUBMIT button on the desktop does not work.
<input type="submit" id="gform_submit_button_1" class="gform_button button" value="Submit" onclick="if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; " onkeypress="if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; jQuery("#gform_1").trigger("submit",[true]); }">