- NEW: Active Realtime Manually Saved Active Entry Checkbox.
- NEW: Create
/src/boot/
for development and production mode settings. - Fixed: Denying load of
script/custom_form_functions.js
.
- NEW:
element_exists
: Form will start feeding when this element is visible. - NEW: Add
hostname
URL Type in Form URL and Success Page URL - NEW: Global Variable using in Excel Column Custom JS Script Option.
- NEW: Manually Feed Field Data According to You, Put You JS Code in the
form_filled
key. - NEW: Click on the excel column name then copied column key name in the clipboard.
// Fill Field
FillAPP.CFD.fillColumnData("00000_field_1")
FillAPP.CFD.fillColumnData("00001_monthinput", {
event: ["click", "change"]
})
FillAPP.CFD.fillColumnData("00002_yearinput")
- Library:
https://github.com/zenorocha/clipboard.js#readme
- Storage Excel Columns Fields Data in the Local Storage.
fillDataV1__excelColumn
- Improve: Generate excel sheet for feeding in the site.
NEW:
If excel entry is uploaded then download uploaded and uncompleted entry in the excel sheet.
- Add new key
background_response
= If Request Run is being done in Background After this, if a success message is received. - If manually check saved checkbox run this js in the console
FillRoot.manuallySavedActiveEntry()
FIXED:
If select box options length is 0 then showing error.src/background.js:203
FIXED:
src/script/root.js:14~15
NEW:
Clear field value then fill new value.FIXED:
Not working in the Angular Site.FIXED:
Custom keyspage_loaded
andfill_action
running time.FIXED:
Check Success Message.
NEW:
Change Field Background color of fill data completed in the form field.FIXED:
if name attribute not found in the form field then also generate excel sheet.FIXED:
Field name in the Extension Popup PageFIXED:
If form submit then redirect not working.
- Typewriter Effect and Set Typewriter Speed while filling data in the field
- Start/Pause Application With
Alt+Q
FIXED:
Column Settings Model Not Open
NEW:
After filling the data of field, filling the data of another field.
IMPROVE:
Automatic Generate Excel Sheet according to form fieldsFIXED:
Date Format in Uppercase
NEW:
To change the Date Format of a column in Excel so that you can change the Date Format according to the Form.- Date Formats:
Excel Column Date Convert to this Format Output 05-11-2020 DD
05 05-11-2020 MM
11 05-11-2020 YY
20 05-11-2020 YYYY
2020 05-11-2020 MM-DD-YYYY
11-05-2020 05-11-2020 MM/DD/YYYY
11/05/2020 - All Date Format: https://momentjs.com/docs/#/displaying/format/
NEW:
Application Settings
NEW:
Option to turn on and off the Toolbar feature and second option to reposition it to the top or bottom of the screen.NEW:
Check Get Parameters in the Options Page URL"?tab=1&update=0"
FIXED:
Background Javascript Error
- Video Tutorial: https://youtu.be/YQjNpHHdYvo
NEW:
Support Page: https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.htmlNEW:
Show Total Entry and Active Entry Number in the ToolbarNEW:
If are you using generate excel method then field address and field settings (field type) data automatic set.FIXED:
Some excel sheet columns data not fetch in the extension options page.IMPROVE:
Extension Context Menu Option
NEW:
Trigger Javascript Event in the Form Field- "click",
- "dblclick",
- "change",
- "copy",
- "cut",
- "paste",
- "submit",
- "focus",
- "focusin",
- "focusout",
- "mousedown",
- "mouseenter",
- "mouseleave",
- "mousemove",
- "mouseup",
- "mouseover",
- "mouseout",
- "input",
- "keydown",
- "keypress",
- "keyup",
- "load",
- "unload"
FIXED:
If insert second form url and then delete second form url then showing errorNEW:
Add Option in the ChromeRight Option Menu
, Copy Field Address
INSERT:
About Us Tab
BIG CHANGE:
Insert Multiple Action SiteFIXED:
Success Message not working in the different domain- About Video: https://youtu.be/IV6yMHf2rNo
- Full Page Loading in the
Request Send Page
. - Add Request Settings Tab in the
Request Send Page
. - Count Total Successfully Saved Entry Data in the
Request Send Page
. - Hide Request Error Message if run bulk entry in the
Request Send Page
. - Show and Hide Request Error Response Data in the
Request Send Page
. - Show request error if mouseover request status table row in the
Request Send Page
.
- Add new key
page_loaded
= After the page is fully loaded, you can give your Custom Script. - Add new key
fill_action
= If you do not want Automatic Form Feed or your form opens after any request, then you can place Javascript event in any HTML Element in the page.- अगर आप Automatic Form Feed नहीं करवाना चाहते या फिर आपका Form किसी Request के बाद Open होता है तो आप Page में किसी भी HTML Element में Javascript event लगा सकते है तो जैसे वह Event Call होगा Form Feed हो जायेगा।
- Select HTML Element and Run Javascript Event on selected html element
- Event Types: "click", "dblclick", "change", "copy", "cut", "paste", "submit", "focus", "focusin", "focusout", "mousedown", "mouseenter", "mouseleave", "mousemove", "mouseup", "mouseover", "mouseout", "input", "keydown", "keypress", "keyup", "load", "unload", "force"
// With this, when you click on this HTML Element, only your Form Feed will start. document.querySelector("#htmlElm").addEventListener("click", FillAPP.checkNextEntry);
- Send all the requests at once in the
Request Send Page
. - Stop/Reset
Request Status
in theRequest Send Page
. - Add New Library
npm install --save xlsx
- Export Request Excel Data in the Excel Sheet.
- FOR this site
https://trade.algofox.in
- Fixed Success URL not Match.
- Add new key
form_filled
= After the form is successful feeded, you can give what script you want to run.
- Fix Spelling Mistake
- Fix copy element selector
- Using new library
- Fix Bug: auto save entry
- After the form is successful submit, you can give what script you want to run in this custom key
form_submit
. - Run those
keys
which are not in the excel sheet - Fix Spelling Mistake
- Add Action URL Type
{fullPath, pathName}
- Update Auto Catch Element Identity
- Add Demo Site and Excel Sheet Data
- https://phppot.com/demo/php-user-registration-form/
- Form Data Request Sent on Server
- Fill Automatic HTML Form
- Use Custom JS Script in HTML Field's