Jump to content

porta325

Members
  • Posts

    73
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

porta325's Achievements

Member

Member (2/5)

0

Reputation

1

Community Answers

  1. No luck there. Only installation related logs.
  2. Hello, I am trying to install creagia/laravel-sign-pad but obviously i'm doing something wrong. https://github.com/creagia/laravel-sign-pad All clear up to configuration. Database migrated, folders copied as per instructions. At this stept https://github.com/creagia/laravel-sign-pad#preparing-your-model, I am assuming we are talking about the signatures table. "A $model object will be automatically injected into the Blade template, so you will be able to access all the needed properties of the model." This step confuses me a little. I just created a new instance of a signatures model and passed that to the view, but something should happen on form submit to populate the signatures table, but nothing does. Usage step. https://github.com/creagia/laravel-sign-pad#usage I have created the view file and apparently the form looks ok but on submit nothing happens. in the Configuration step https://github.com/creagia/laravel-sign-pad#configuration I'v created a path for the signatures to be stored in ( 'signatures_path' => 'public/vendor/sign-pad/sign',) but nothing seems to happen. I am trying to achieve this on localhost so any help is much appreciated. Thank you.
  3. https://www.w3schools.com/php/php_ajax_php.asp You basically return a result from another page without refresh with vanilla JS. The example uses an input but you can use whatever you want to send the request. https://code.tutsplus.com/tutorials/how-to-use-ajax-in-php-and-jquery--cms-32494 Here is the jquery method. I find it easier to go through.
  4. Without refresh you can use AJAX. With refresh you can do a POST request from page 2 to page 1 with the values you need.
  5. Hello there, My name is Marian and I've been doing some very light PHP coding for the last 10 years. I've started building up my skills lately and I'm looking to give a hand if anyone needs it, or just help(God knows I need the practice). I don't think I'm there yet as a good developer so I hope I can find here some advice for the direction I'm going, and really, just be a part of this community.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.