Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ronnysadamhusen

1
Questions / Keep Form Data After Submit
Hay All,

I want to stay on the form page and keep my filled form data in each form field after submit button is clicked. Anybody know how to make that happen please?

Thanks.
2
Issues / Re: Disable dropdown item based on selection done on other dropdown box
This is the code that worked for @Abou
Code: [Select]
$('#ctrl-f_warehouse_id').on('change', function(){ 
    $('#ctrl-l_warehouse_id')
        .find('option')
        .remove()
        .end();
    $('#ctrl-l_warehouse_id').attr("placeholder", "Sélectionnez une valeur");
    $("#ctrl-f_warehouse_id > option").each(function() {
        if($(this).val() != $('#ctrl-f_warehouse_id').val()){
            $('#ctrl-l_warehouse_id').append(new Option(this.text, this.value));
        }
    });
});


Hi wilvin, where to put that code ?
3
Issues / Some value in master form disapear when i add new row in detail form
Hi,

I have a page with master and detail form like this.



In detail form, i set the layout to DynamicTableRow, so i can insert multiple item base on master form above it.

First i fill up all field in master form (number 1 to 4), then i add some row in detail form (number 5). But, when i add new row, value in my master form (number 1, 2, and 4) disapear. And also lookup value in field number 4 won't work.

Anybody had this issue and have a solution ?

Thanks.

-R

5
Issues / Re: Purchase Status
Hi all,

Just give an update.

The phprad team has send me an activation code via chat support.

They said they had some issue with their payment system but still works.

Thanks.
6
Issues / Re: Purchase Status
Hi @willvin thanks for your feedback.

I did that. But no response until now.

I'll wait again until tomorrow.

-R
7
Issues / Purchase Status
Hi all,

Yesterday I pay $50 using my credit card to buy a Standard Mini Licence.

In Purchase page here, it said "After completing payment, you will receive an email with your Product Key. The email should arrive 10-15 minutes after purchase." but until I write this post, I don't get the key.

Then I send them a message via chat and contact us form, still no response.

I think I need my refund. Can somebody help or have any suggestion about this ?

Thanks

-R