Hi there, I am using your plugin for the first time too and having the same problem.
I am using …
<?php
echo do_shortcode('[clean-login-edit]');
?>
… in my footer.php file which is displaying the form just fine, but when i submit the form it just refreshes the page with /# at the end and the changes are not saved.
It works 100% properly when including the shortcode the normal way in the content editor, just not with do_shortcode for some reason. I can’t put it in the content editor as our clients would likely delete it, and its a little bit scruffy like that anyway when i want to include it on every page in a modal.
It seems that the html generated is exactly the same either way the shortcode is implemented, so perhaps it is something to do with the order things are processed by wordpress, or maybe something else is different as the plugin can’t see the shortcode actually in the content.
It looks like quite a few people have had the same problem, which is a shame because this looks like a great plugin, easy to set up and style it, i’d rather not get into doing this with gravity forms if i can help it.