Dear all ,
I am trying to implement a user interface that will display a form for user where user will either signup or signing if he has already account. Same like this there are several other screens for configuration. Later user will able to play the game with Multiply capability through my server where i am using P H P scripts.
Now my question is should
1) should i implement the form on the canvas using construct 2? Or Should i create the form web page separately and call it inside construct 2 using browser object.
2) If i should call webpage inside browser object for my forms then should i use remote form webpage or a local "form webpage" embedded beside other construct 2 pages? In simple words server side is fine at server end but to display the local web page for speed is it a good idea to use?
since i am newbie in construct 2 I Like to know what you guys have done while facing this situation,