had to add static to handle_params() methods within a few classes to get this to work with Couch 2.0
I think that issue has to do with PHP7, not v2.0 of Couch.
Thanks for giving me a nudge. I'll get an update posted soon to correct it.
had to add static to handle_params() methods within a few classes to get this to work with Couch 2.0
<cms:form
masterpage=k_user_template
mode='edit'
page_id=k_user_id
enctype="multipart/form-data"
method='post'
anchor='0'
>
<cms:if k_success >
<cms:db_persist_form />
<cms:if k_success >
<cms:set_flash name='success_msg' value='1' />
<cms:redirect 'profile-user.php' />
</cms:if>
</cms:if>
<div class="col-md-2">
<div class="form-group">
<label>Mobil:</label>
<cms:input name='mobil' type="tel" class="form-control" />
</div>
</div>
<div class="panel panel-flat">
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<button type="submit" class="btn btn-primary" style='width:100%;'>OPPDATER OPPLYSNIGNER <i class="icon-arrow-right14 position-right"></i></button>
</div>
</div>
</div>
</div>
</cms:form>
<cms:db_persist_form
phone = frm_mobile
/>
<cms:form>
..
<cms:input type='email' name='email' validate='0' required='1' />
..
</cms:form>
<cms:input type='range' class="range_slider" id="slider1" max="5" min="-1" step="1" list="soru_1" name="soru_1" required='1' />