Submit button
So i purchased a module from MSolutions today, module is "usernames, nice mod, but i noticed a layout issue. The problem is that if we purchase any module that has something to do with "edit profile" the submit button is above any additional blocks that are added to that page. I took a screen shot as reference. No it's not the template, cause i switched to all templates and the submit button is still in the same spot. This causes confusion when any additional data is added below the submit button. The button should be at the bottom of all entries.
-
-
·
LeonidS
- ·
Hello Will Monte !
You may try to insert the raw block with the following code like:
<button type="submit" value="Submit" name="do_submit_copy" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary" onclick="javascript:$('
#bx_person').submit(); return false;">Submit</button> -
·
LeonidS
-
Hello Will Monte !
You may try to insert the HTML block with the following code like:
Submit
Hi, i just tried and it shows the submit button, but won't do anything
-
- · Will Monte
- ·
This is being investigated by UNA
-
-
·
LeonidS
- ·
UPDATE: the correct code should look like:
<script language="javascript">
function run_copy()
{
$("
#bx_person button[type=submit]").click();}
</script>
<button type="submit" value="Submit" name="do_submit_copy" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary" onclick="javascript:run_copy();">Submit</button>
-
·
LeonidS
-
- · Will Monte
- ·
Was resolved